ソースを参照

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.