Преглед изворни кода

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