|
@@ -7,22 +7,34 @@
|
|
|
@c See the file starpu.texi for copying conditions.
|
|
|
|
|
|
@menu
|
|
|
-* Initialization and Termination:: Initialization and Termination methods
|
|
|
-* Workers' Properties:: Methods to enumerate workers' properties
|
|
|
-* Data Management:: Methods to manipulate data
|
|
|
+* Versioning::
|
|
|
+* Initialization and Termination::
|
|
|
+* Workers' Properties::
|
|
|
+* Data Management::
|
|
|
* Data Interfaces::
|
|
|
* Data Partition::
|
|
|
-* Codelets and Tasks:: Methods to construct tasks
|
|
|
-* Explicit Dependencies:: Explicit Dependencies
|
|
|
-* Implicit Data Dependencies:: Implicit Data Dependencies
|
|
|
+* Codelets and Tasks::
|
|
|
+* Explicit Dependencies::
|
|
|
+* Implicit Data Dependencies::
|
|
|
* Performance Model API::
|
|
|
-* Profiling API:: Profiling API
|
|
|
-* CUDA extensions:: CUDA extensions
|
|
|
-* OpenCL extensions:: OpenCL extensions
|
|
|
-* Cell extensions:: Cell extensions
|
|
|
+* Profiling API::
|
|
|
+* CUDA extensions::
|
|
|
+* OpenCL extensions::
|
|
|
+* Cell extensions::
|
|
|
* Miscellaneous helpers::
|
|
|
@end menu
|
|
|
|
|
|
+@node Versioning
|
|
|
+@section Versioning
|
|
|
+
|
|
|
+@defmac STARPU_MAJOR_VERSION
|
|
|
+Define the major version of StarPU
|
|
|
+@end defmac
|
|
|
+
|
|
|
+@defmac STARPU_MINOR_VERSION
|
|
|
+Define the minor version of StarPU
|
|
|
+@end defmac
|
|
|
+
|
|
|
@node Initialization and Termination
|
|
|
@section Initialization and Termination
|
|
|
|