Explorar o código

src/drivers/opencl/driver_opencl.c: Fix a typo.

Cyril Roelandt %!s(int64=13) %!d(string=hai) anos
pai
achega
05b50361b8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/drivers/opencl/driver_opencl.c

+ 1 - 1
src/drivers/opencl/driver_opencl.c

@@ -564,7 +564,7 @@ void *_starpu_opencl_worker(void *arg)
 
 	starpu_opencl_get_device(args->devid, &id);
 	struct starpu_driver d = {
-		.type         = STARPU_CUDA_WORKER,
+		.type         = STARPU_OPENCL_WORKER,
 		.id.opencl_id = id
 	};