Searched refs:bestDeviceIndex (Results 1 – 1 of 1) sorted by relevance
2186 const int bestDeviceIndex = bestDeviceForOperation[0]; in partitionTheWorkInternal() local2189 if (bestDeviceIndex != kControlFlowInterpreter) { in partitionTheWorkInternal()2191 << bestDeviceIndex << " = " << devices[bestDeviceIndex]->getName(); in partitionTheWorkInternal()2192 plan->becomeSingleStep(devices[bestDeviceIndex], this); in partitionTheWorkInternal()