Explorar el Código

include/starpu_task.h: reorder fields in starpu_codelet

Nathalie Furmento hace 12 años
padre
commit
cc040372e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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];