Searched refs:numberOfElementsPerInvocation (Results 1 – 1 of 1) sorted by relevance
162 const uint32_t numberOfElementsPerInvocation = sizeof(uint32_t) / elementSize; in chooseDispatchSize() local163 const uint32_t workgroupInvocationsX = kOperandSizeX / numberOfElementsPerInvocation; in chooseDispatchSize()