Ver código fonte

doc: add starpu_data_register_same

Nathalie Furmento 13 anos atrás
pai
commit
7b383e0393
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      doc/chapters/basic-api.texi

+ 5 - 0
doc/chapters/basic-api.texi

@@ -326,6 +326,11 @@ matrix) which can be registered by the means of helper functions (e.g.
 @code{starpu_vector_data_register} or @code{starpu_matrix_data_register}).
 @end deftypefun
 
+@deftypefun void starpu_data_register_same ({starpu_data_handle_t *}@var{handledst}, starpu_data_handle_t @var{handlesrc})
+Register a new piece of data into the handle @var{handledst} with the
+same interface as the handle @var{handlesrc}.
+@end deftypefun
+
 @deftypefun void starpu_data_unregister (starpu_data_handle_t @var{handle})
 This function unregisters a data handle from StarPU. If the data was
 automatically allocated by StarPU because the home node was -1, all