Searched refs:tempStrDeviceType (Results 1 – 1 of 1) sorted by relevance
2331 std::string tempStrDeviceType = deviceTypes[t]; in selectOpenCLDevice() local2332 …std::transform( tempStrDeviceType.begin(), tempStrDeviceType.end(), tempStrDeviceType.begin(), tol… in selectOpenCLDevice()2334 … if (tempStrDeviceType == "gpu" || tempStrDeviceType == "dgpu" || tempStrDeviceType == "igpu") in selectOpenCLDevice()2336 else if (tempStrDeviceType == "cpu") in selectOpenCLDevice()2338 else if (tempStrDeviceType == "accelerator") in selectOpenCLDevice()2340 else if (tempStrDeviceType == "all") in selectOpenCLDevice()2371 if(tempStrDeviceType == "dgpu" || tempStrDeviceType == "igpu") in selectOpenCLDevice()2375 useGPU = tempStrDeviceType == "dgpu" ? !isIGPU : isIGPU; in selectOpenCLDevice()