소스 검색

doc: Mention OpenCL task implementations.

* doc/chapters/c-extensions.texi (Defining Tasks): Mention "opencl".
Ludovic Courtès 13 년 전
부모
커밋
b91fbd924e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      doc/chapters/c-extensions.texi

+ 2 - 2
doc/chapters/c-extensions.texi

@@ -1,7 +1,7 @@
 @c -*-texinfo-*-
 
 @c This file is part of the StarPU Handbook.
-@c Copyright (C) 2011 Institut National de Recherche en Informatique et Automatique
+@c Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
 @c See the file starpu.texi for copying conditions.
 
 @cindex C extensions
@@ -92,7 +92,7 @@ for output pointer or array parameters (@code{STARPU_W}).
 @cindex @code{task_implementation} attribute
 Declare the given function as an implementation of @var{task} to run on
 @var{target}.  @var{target} must be a string, currently one of
-@code{"cpu"} or @code{"cuda"}.
+@code{"cpu"}, @code{"opencl"}, or @code{"cuda"}.
 @c FIXME: Update when OpenCL support is ready.
 
 @end table