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

Method recordDispatch

src/Algorithm.cpp:358–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358void
359Algorithm::recordDispatch(const vk::CommandBuffer& commandBuffer)
360{
361 KP_LOG_DEBUG("Kompute Algorithm recording dispatch");
362
363 commandBuffer.dispatch(
364 this->mWorkgroup[0], this->mWorkgroup[1], this->mWorkgroup[2]);
365}
366
367void
368Algorithm::setWorkgroup(const Workgroup& workgroup, uint32_t minSize)

Callers 1

recordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected