Browse Source

doc: add missing types

Nathalie Furmento 13 years ago
parent
commit
d497b91e4b
1 changed files with 8 additions and 0 deletions
  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
 todo
 @end deftp
 @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}
 @deftp {Data Type} {struct starpu_codelet}
 The codelet structure describes a kernel that is possibly implemented on various
 The codelet structure describes a kernel that is possibly implemented on various
 targets. For compatibility, make sure to initialize the whole structure to zero.
 targets. For compatibility, make sure to initialize the whole structure to zero.