Przeglądaj źródła

doc: update struct starpu_codelet definition

Nathalie Furmento 13 lat temu
rodzic
commit
d402cfe8ee
1 zmienionych plików z 4 dodań i 3 usunięć
  1. 4 3
      doc/chapters/basic-api.texi

+ 4 - 3
doc/chapters/basic-api.texi

@@ -1049,14 +1049,15 @@ This pointer is ignored if @code{STARPU_OPENCL} does not appear in the
 @code{where} field, it must be non-null otherwise.
 @code{where} field, it must be non-null otherwise.
 
 
 @item @code{gordon_func} (optional)
 @item @code{gordon_func} (optional)
-This is the index of the Cell SPU implementation within the Gordon library.
-See Gordon documentation for more details on how to register a kernel and
-retrieve its index.
+This field has been made deprecated. One should use instead the
+@code{gordon_funcs} field.
 
 
 @item @code{gordon_funcs}
 @item @code{gordon_funcs}
 Is an array of index of the Cell SPU implementations of the codelet within the
 Is an array of index of the Cell SPU implementations of the codelet within the
 Gordon library.
 Gordon library.
 It must be terminated by a NULL value.
 It must be terminated by a NULL value.
+See Gordon documentation for more details on how to register a kernel and
+retrieve its index.
 
 
 @item @code{nbuffers}
 @item @code{nbuffers}
 Specifies the number of arguments taken by the codelet. These arguments are
 Specifies the number of arguments taken by the codelet. These arguments are