浏览代码

doc: update starpu_filter structure

Nathalie Furmento 15 年之前
父节点
当前提交
25853f9f9c
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      doc/starpu.texi

+ 3 - 1
doc/starpu.texi

@@ -2626,7 +2626,9 @@ starpu_vector_data_register(&handle, 0, (uintptr_t)vector, NX, sizeof(vector[0])
 starpu_filter f =
 @{
     .filter_func = starpu_block_filter_func_vector,
-    .filter_arg = PARTS
+    .nchildren = PARTS,
+    .get_nchildren = NULL,
+    .get_child_ops = NULL
 @};
 starpu_data_partition(handle, &f);
 @end smallexample