Procházet zdrojové kódy

include/starpu_task.h: reorder fields in starpu_codelet

Nathalie Furmento před 12 roky
rodič
revize
cc040372e0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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];