Searched refs:is_cpu (Results 1 – 3 of 3) sorted by relevance
54 if (device.is_cpu()) { in GSYCLInterface()180 } else if (device.is_cpu()) {
496 bool is_cpu = std::is_same<Device, CPUDevice>::value; in Compute() local497 OP_REQUIRES(ctx, is_cpu, in Compute()
1034 static double RunOpenCLBenchmark(MagickBooleanType is_cpu) in RunOpenCLBenchmark() argument1079 if (is_cpu == MagickFalse) in RunOpenCLBenchmark()