MCPcopy Create free account
hub / github.com/KomputeProject/kompute / preEval

Method preEval

src/OpTensorSyncDevice.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void
40OpTensorSyncDevice::preEval(const vk::CommandBuffer& /*commandBuffer*/)
41{
42 KP_LOG_DEBUG("Kompute OpTensorSyncDevice preEval called");
43}
44
45void
46OpTensorSyncDevice::postEval(const vk::CommandBuffer& /*commandBuffer*/)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected