Quellcode durchsuchen

doc/: add doc for function starpu_data_unregister_submit()

Nathalie Furmento vor 13 Jahren
Ursprung
Commit
3a591a52d5
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5 0
      doc/chapters/basic-api.texi

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

@@ -465,6 +465,11 @@ This is the same as starpu_data_unregister, except that StarPU does not put back
 a valid copy into the home node, in the buffer that was initially registered.
 a valid copy into the home node, in the buffer that was initially registered.
 @end deftypefun
 @end deftypefun
 
 
+@deftypefun void starpu_data_unregister_submit (starpu_data_handle_t @var{handle})
+Destroy the data handle once it is not needed anymore by any submitted
+task. No coherency is assumed.
+@end deftypefun
+
 @deftypefun void starpu_data_invalidate (starpu_data_handle_t @var{handle})
 @deftypefun void starpu_data_invalidate (starpu_data_handle_t @var{handle})
 Destroy all replicates of the data handle. After data invalidation, the first
 Destroy all replicates of the data handle. After data invalidation, the first
 access to the handle must be performed in write-only mode. Accessing an
 access to the handle must be performed in write-only mode. Accessing an