瀏覽代碼

explicit where filter_arg_ptr and filter_arg are, and what filter_arg_ptr points on

Samuel Thibault 13 年之前
父節點
當前提交
29489fc142
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      doc/starpu.texi

+ 4 - 2
doc/starpu.texi

@@ -3935,11 +3935,13 @@ This partitions a vector into blocks of the same size.
 
 
 @deftypefun void starpu_vector_list_filter_func (void *@var{father_interface}, void *@var{child_interface}, {struct starpu_data_filter} *@var{f}, unsigned @var{id}, unsigned @var{nparts})
-This partitions a vector into blocks of sizes given in @var{filter_arg_ptr}.
+This partitions a vector into blocks of sizes given in the @var{filter_arg_ptr}
+field of @var{f}, supposed to point on a @code{uint32_t*} array.
 @end deftypefun
 
 @deftypefun void starpu_vector_divide_in_2_filter_func (void *@var{father_interface}, void *@var{child_interface}, {struct starpu_data_filter} *@var{f}, unsigned @var{id}, unsigned @var{nparts})
-This partitions a vector into two blocks, the first block size being given in @var{filter_arg}.
+This partitions a vector into two blocks, the first block size being given in
+the @var{filter_arg} field of @var{f}.
 @end deftypefun