浏览代码

include/starpu_task.h: reorder fields in starpu_codelet

Nathalie Furmento 12 年之前
父节点
当前提交
cc040372e0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/starpu_task.h

+ 1 - 1
include/starpu_task.h

@@ -91,8 +91,8 @@ struct starpu_codelet
 	int max_parallelism;
 
 	/* the different implementations of the codelet */
-	starpu_cuda_func_t cuda_func STARPU_DEPRECATED;
 	starpu_cpu_func_t cpu_func STARPU_DEPRECATED;
+	starpu_cuda_func_t cuda_func STARPU_DEPRECATED;
 	starpu_opencl_func_t opencl_func STARPU_DEPRECATED;
 
 	starpu_cpu_func_t cpu_funcs[STARPU_MAXIMPLEMENTATIONS];