MCPcopy Create free account
hub / github.com/DTolm/VkFFT / dispatchThreadgroups

Method dispatchThreadgroups

metal-cpp/Metal/MTLComputeCommandEncoder.hpp:256–259  ·  view source on GitHub ↗

method: dispatchThreadgroups:threadsPerThreadgroup:

Source from the content-addressed store, hash-verified

254
255// method: dispatchThreadgroups:threadsPerThreadgroup:
256_MTL_INLINE void MTL::ComputeCommandEncoder::dispatchThreadgroups(MTL::Size threadgroupsPerGrid, MTL::Size threadsPerThreadgroup)
257{
258 Object::sendMessage<void>(this, _MTL_PRIVATE_SEL(dispatchThreadgroups_threadsPerThreadgroup_), threadgroupsPerGrid, threadsPerThreadgroup);
259}
260
261// method: dispatchThreadgroupsWithIndirectBuffer:indirectBufferOffset:threadsPerThreadgroup:
262_MTL_INLINE void MTL::ComputeCommandEncoder::dispatchThreadgroups(const MTL::Buffer* indirectBuffer, NS::UInteger indirectBufferOffset, MTL::Size threadsPerThreadgroup)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected