Nathalie Furmento 13 роки тому
батько
коміт
d497b91e4b
1 змінених файлів з 8 додано та 0 видалено
  1. 8 0
      doc/chapters/basic-api.texi

+ 8 - 0
doc/chapters/basic-api.texi

@@ -1072,6 +1072,14 @@ This section describes the interface to manipulate codelets and tasks.
 todo
 @end deftp
 
+@deftp {Data Type} {enum starpu_codelet_where}
+This type enumerates possible values for the field @code{where} of
+@code{struct starpu_codelet} defined below. The different values
+@code{STARPU_CPU}, @code{STARPU_CUDA}, @code{STARPU_SPU},
+@code{STARPU_GORDON}, @code{STARPU_OPENCL} can be combined to specify
+on which types of processing units the codelet can be executed.
+@end deftp
+
 @deftp {Data Type} {struct starpu_codelet}
 The codelet structure describes a kernel that is possibly implemented on various
 targets. For compatibility, make sure to initialize the whole structure to zero.