| 58 | } |
| 59 | |
| 60 | void |
| 61 | OpTensorSyncLocal::postEval(const vk::CommandBuffer& /*commandBuffer*/) |
| 62 | { |
| 63 | KP_LOG_DEBUG("Kompute OpTensorSyncLocal postEval called"); |
| 64 | |
| 65 | KP_LOG_DEBUG("Kompute OpTensorSyncLocal mapping data into tensor local"); |
| 66 | } |
| 67 | |
| 68 | } |
nothing calls this directly
no outgoing calls
no test coverage detected