Searched refs:perDeviceQueue (Results 1 – 1 of 1) sorted by relevance
994 std::vector<std::queue<uint32_t>> perDeviceQueue(deviceCount); in partitionTheWork() local999 perDeviceQueue[deviceIndex].push(operationIndex); in partitionTheWork()1011 if (!perDeviceQueue[i].empty()) { in partitionTheWork()1030 auto& queue = perDeviceQueue[deviceIndex]; in partitionTheWork()