Преглед на файлове

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];