| 52 | } |
| 53 | |
| 54 | void |
| 55 | OpTensorSyncLocal::preEval(const vk::CommandBuffer& /*commandBuffer*/) |
| 56 | { |
| 57 | KP_LOG_DEBUG("Kompute OpTensorSyncLocal preEval called"); |
| 58 | } |
| 59 | |
| 60 | void |
| 61 | OpTensorSyncLocal::postEval(const vk::CommandBuffer& /*commandBuffer*/) |
nothing calls this directly
no outgoing calls
no test coverage detected