Searched refs:workgroupInvocationsX (Results 1 – 1 of 1) sorted by relevance
158 const uint32_t workgroupInvocationsX = kOperandSizeX / numberOfElementsPerInvocation; in chooseDispatchSize() local163 uint32_t workgroupSize = std::min(workgroupInvocationsX, workgroupInvocationsY); in chooseDispatchSize()179 CHECK(workgroupInvocationsX % workgroupSize == 0); in chooseDispatchSize()184 .groupCountX = workgroupInvocationsX / workgroupSize, in chooseDispatchSize()