Explorar o código

include/starpu_data.h: add missing prototypes

Nathalie Furmento %!s(int64=14) %!d(string=hai) anos
pai
achega
38de9abde7
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      include/starpu_data.h

+ 3 - 0
include/starpu_data.h

@@ -89,6 +89,9 @@ void starpu_data_set_reduction_methods(starpu_data_handle handle,
 					struct starpu_codelet_t *redux_cl,
 					struct starpu_codelet_t *init_cl);
 
+int starpu_data_set_rank(starpu_data_handle handle, int rank);
+int starpu_data_get_rank(starpu_data_handle handle);
+
 #ifdef __cplusplus
 }
 #endif