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

Method postEval

src/OpTensorSyncLocal.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void
61OpTensorSyncLocal::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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected