Browse Source

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

Cyril Roelandt 13 years ago
parent
commit
05b50361b8
1 changed files with 1 additions and 1 deletions
  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);
 	starpu_opencl_get_device(args->devid, &id);
 	struct starpu_driver d = {
 	struct starpu_driver d = {
-		.type         = STARPU_CUDA_WORKER,
+		.type         = STARPU_OPENCL_WORKER,
 		.id.opencl_id = id
 		.id.opencl_id = id
 	};
 	};