Browse Source

document starpu_data_unregister_no_coherency

Samuel Thibault 14 years ago
parent
commit
cc8c9b6ed4
1 changed files with 7 additions and 0 deletions
  1. 7 0
      doc/starpu.texi

+ 7 - 0
doc/starpu.texi

@@ -3494,6 +3494,13 @@ Using a data handle that has been unregistered from StarPU results in an
 undefined behaviour.
 @end deftypefun
 
+@node starpu_data_unregister_no_coherency
+@subsection @code{starpu_data_unregister_no_coherency} -- Unregister a piece of data from StarPU
+@deftypefun void starpu_data_unregister_no_coherency (starpu_data_handle @var{handle})
+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.
+@end deftypefun
+
 @node starpu_data_invalidate
 @subsection @code{starpu_data_invalidate} -- Invalidate all data replicates
 @deftypefun void starpu_data_invalidate (starpu_data_handle @var{handle})