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

minor fix to update the doc

Cédric Augonnet пре 15 година
родитељ
комит
ecc13a28ba
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      doc/starpu.texi

+ 2 - 2
doc/starpu.texi

@@ -627,8 +627,8 @@ it must be non-null otherwise.
 Is a function pointer to the CUDA implementation of the codelet. @emph{This
 must be a host-function written in the CUDA runtime API}. Its prototype must
 be: @code{void cuda_func(void *buffers[], void *cl_arg);}. This
-pointer is ignored if @code{CUDA} does not appear in the @code{.where} field,
-it must be non-null otherwise.
+pointer is ignored if @code{STARPU_CUDA} does not appear in the @code{.where}
+field, it must be non-null otherwise.
 
 @item @code{gordon_func} (optionnal):
 This is the index of the Cell SPU implementation within the Gordon library.