| 37 | } |
| 38 | |
| 39 | void |
| 40 | OpTensorSyncDevice::preEval(const vk::CommandBuffer& /*commandBuffer*/) |
| 41 | { |
| 42 | KP_LOG_DEBUG("Kompute OpTensorSyncDevice preEval called"); |
| 43 | } |
| 44 | |
| 45 | void |
| 46 | OpTensorSyncDevice::postEval(const vk::CommandBuffer& /*commandBuffer*/) |
nothing calls this directly
no outgoing calls
no test coverage detected