|
@@ -2,7 +2,7 @@
|
|
|
*
|
|
|
* Copyright (C) 2011-2013,2015,2017 Inria
|
|
|
* Copyright (C) 2010-2017 CNRS
|
|
|
- * Copyright (C) 2009-2011,2013-2017 Université de Bordeaux
|
|
|
+ * Copyright (C) 2009-2011,2013-2018 Université de Bordeaux
|
|
|
*
|
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
@@ -770,6 +770,10 @@ the configuration of a task allocated with starpu_task_create().
|
|
|
\var struct starpu_omp_task *starpu_task::omp_task
|
|
|
todo
|
|
|
|
|
|
+\var struct starpu_omp_task *starpu_task::sched_data
|
|
|
+ This field is managed by the scheduler, is it allowed to do whatever with
|
|
|
+ it. Typically, some area would be allocated on push, and released on pop.
|
|
|
+
|
|
|
\fn void starpu_task_init(struct starpu_task *task)
|
|
|
\ingroup API_Codelet_And_Tasks
|
|
|
Initialize \p task with default values. This function is
|