|
@@ -140,7 +140,8 @@ struct starpu_codelet cl =
|
|
|
A codelet is a structure that represents a computational kernel. Such a codelet
|
|
|
may contain an implementation of the same kernel on different architectures
|
|
|
(e.g. CUDA, x86, ...). For compatibility, make sure that the whole
|
|
|
-structure is initialized to zero, either by using memset, or by letting the
|
|
|
+structure is properly initialized to zero, either by using the
|
|
|
+function starpu_codelet_init (@pxref{starpu_codelet_init}), or by letting the
|
|
|
compiler implicitly do it as examplified above.
|
|
|
|
|
|
The @code{nbuffers} field specifies the number of data buffers that are
|