Explorar o código

tests/sched_policies/simple_cpu_gpu_sched.c: remove extra parenthesis

Nathalie Furmento %!s(int64=11) %!d(string=hai) anos
pai
achega
13ec014918
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/sched_policies/simple_cpu_gpu_sched.c

+ 1 - 1
tests/sched_policies/simple_cpu_gpu_sched.c

@@ -210,7 +210,7 @@ run(struct starpu_sched_policy *policy)
 		{
 			FPRINTF(stderr, "The CPU task did not run on a CPU worker\n");
 		}
-		if (gpu_task_worker != STARPU_CUDA_WORKER && gpu_task_worker != STARPU_OPENCL_WORKER))
+		if (gpu_task_worker != STARPU_CUDA_WORKER && gpu_task_worker != STARPU_OPENCL_WORKER)
 		{
 			FPRINTF(stderr, "The GPU task did not run on a Cuda or OpenCL worker\n");
 		}