|
@@ -42,7 +42,7 @@ starpu_task::execute_on_a_specific_worker)
|
|
|
<li> the specific values ::STARPU_VALUE, ::STARPU_CALLBACK,
|
|
|
::STARPU_CALLBACK_ARG, ::STARPU_CALLBACK_WITH_ARG, ::STARPU_PRIORITY,
|
|
|
::STARPU_TAG, ::STARPU_TAG_ONLY, ::STARPU_FLOPS, ::STARPU_SCHED_CTX, ::STARPU_CL_ARGS, ::STARPU_CL_ARGS_NFREE,
|
|
|
-::STARPU_TASK_DEPS_ARRAY,
|
|
|
+::STARPU_TASK_DEPS_ARRAY, ::STARPU_TASK_COLOR
|
|
|
followed by the appropriated objects as defined elsewhere.
|
|
|
</ul>
|
|
|
|
|
@@ -156,6 +156,11 @@ be followed by a number of tasks, and an array containing these tasks.
|
|
|
The function starpu_task_declare_deps_array() will be called with the
|
|
|
given values.
|
|
|
|
|
|
+\def STARPU_TASK_COLOR
|
|
|
+\ingroup API_Insert_Task
|
|
|
+Used when calling starpu_task_insert(), must be followed by an integer
|
|
|
+representing a color
|
|
|
+
|
|
|
\fn void starpu_task_insert_data_make_room(struct starpu_codelet *cl, struct starpu_task *task, int *allocated_buffers, int current_buffer, int room)
|
|
|
\ingroup API_Insert_Task
|
|
|
Assuming that there are already \p current_buffer data handles passed to
|