Lines Matching refs:deviceCount
2108 const size_t deviceCount = devices.size(); in partitionTheWorkInternal() local
2113 << "deviceCount = " << deviceCount << ", " in partitionTheWorkInternal()
2125 const int kControlFlowInterpreter = deviceCount; in partitionTheWorkInternal()
2149 std::vector<std::queue<uint32_t>> perDeviceQueue(deviceCount + 1); in partitionTheWorkInternal()
2153 deviceCount](int deviceIndex) -> std::string { in partitionTheWorkInternal()
2156 } else if (deviceIndex < 0 || size_t(deviceIndex) >= deviceCount) { in partitionTheWorkInternal()
2490 const size_t deviceCount = devices.size(); in findBestDeviceForEachOperation() local
2491 std::vector<CanDo> canDo(deviceCount); in findBestDeviceForEachOperation()
2492 for (size_t deviceIndex = 0; deviceIndex < deviceCount; deviceIndex++) { in findBestDeviceForEachOperation()
2518 for (size_t deviceIndex = 0; deviceIndex < deviceCount; deviceIndex++) { in findBestDeviceForEachOperation()
2550 const int kControlFlowInterpreter = deviceCount; in findBestDeviceForEachOperation()