浏览代码

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

Cyril Roelandt 13 年之前
父节点
当前提交
05b50361b8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 	};