Nathalie Furmento лет назад: 14
Родитель
Сommit
f8efdae583
3 измененных файлов с 540 добавлено и 506 удалено
  1. 1 1
      doc/chapters/basic-api.texi
  2. 538 504
      doc/chapters/basic-examples.texi
  3. 1 1
      doc/chapters/c-extensions.texi

+ 1 - 1
doc/chapters/basic-api.texi

@@ -542,7 +542,7 @@ Return the interface associated with @var{handle} on @var{memory_node}.
 
 
 Each data interface is provided with a set of field access functions.
 Each data interface is provided with a set of field access functions.
 The ones using a @code{void *} parameter aimed to be used in codelet
 The ones using a @code{void *} parameter aimed to be used in codelet
-implementations (see for example the code in @ref{Source code of Vector Scaling}).
+implementations (see for example the code in @ref{Scaling a Vector}).
 
 
 @deftp {Data Type} {enum starpu_data_interface_id}
 @deftp {Data Type} {enum starpu_data_interface_id}
 The different values are:
 The different values are:

Разница между файлами не показана из-за своего большого размера
+ 538 - 504
doc/chapters/basic-examples.texi


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

@@ -198,7 +198,7 @@ implementation may run in parallel with the continuation of the caller.
 The next section describes how memory buffers must be handled in
 The next section describes how memory buffers must be handled in
 StarPU-GCC code.  For a complete example, see the
 StarPU-GCC code.  For a complete example, see the
 @code{gcc-plugin/examples} directory of the source distribution, and
 @code{gcc-plugin/examples} directory of the source distribution, and
-@ref{Extended C Source Code of Vector Scaling, the vector-scaling
+@ref{Vector Scaling Using the C Extension, the vector-scaling
 example}.
 example}.