Просмотр исходного кода

Document STARPU_TAG, introduced in r. 7352.

Cyril Roelandt лет назад: 12
Родитель
Сommit
fa29905708
1 измененных файлов с 7 добавлено и 2 удалено
  1. 7 2
      doc/chapters/advanced-examples.texi

+ 7 - 2
doc/chapters/advanced-examples.texi

@@ -499,8 +499,8 @@ The arguments following the codelets can be of the following types:
 @item
 the specific values @code{STARPU_VALUE}, @code{STARPU_CALLBACK},
 @code{STARPU_CALLBACK_ARG}, @code{STARPU_CALLBACK_WITH_ARG},
-@code{STARPU_PRIORITY}, followed by the appropriated objects as
-defined below.
+@code{STARPU_PRIORITY}, @code{STARPU_TAG}, followed by the appropriated objects
+as defined below.
 @end itemize
 
 When using @code{STARPU_DATA_ARRAY}, the access mode of the data
@@ -541,6 +541,11 @@ this macro is used when calling @code{starpu_insert_task}, and must be
 followed by a integer defining a priority level
 @end defmac
 
+@defmac STARPU_TAG
+this macro is used when calling @code{starpu_insert_task}, and must be
+followed by a tag.
+@end defmac
+
 @deftypefun void starpu_codelet_pack_args ({char **}@var{arg_buffer}, {size_t *}@var{arg_buffer_size}, ...)
 Pack arguments of type @code{STARPU_VALUE} into a buffer which can be
 given to a codelet and later unpacked with the function