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