Bläddra i källkod

doc: update starpu_filter structure

Nathalie Furmento 15 år sedan
förälder
incheckning
25853f9f9c
1 ändrade filer med 3 tillägg och 1 borttagningar
  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