Searched refs:perDeviceQueue (Results 1 – 1 of 1) sorted by relevance
2149 std::vector<std::queue<uint32_t>> perDeviceQueue(deviceCount + 1); in partitionTheWorkInternal() local2166 perDeviceQueue[deviceIndex].push(operationIndex); in partitionTheWorkInternal()2178 for (int i = perDeviceQueue.size() - 1; i >= 0; i--) { in partitionTheWorkInternal()2179 if (!perDeviceQueue[i].empty()) { in partitionTheWorkInternal()2200 auto& queue = perDeviceQueue[deviceIndex]; in partitionTheWorkInternal()