|
@@ -1,7 +1,7 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
* Copyright (C) 2011-2013,2015,2017 Inria
|
|
|
- * Copyright (C) 2010-2017 CNRS
|
|
|
+ * Copyright (C) 2010-2018 CNRS
|
|
|
* Copyright (C) 2009-2011,2013-2018 Université de Bordeaux
|
|
|
*
|
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
@@ -760,7 +760,7 @@ the configuration of a task allocated with starpu_task_create().
|
|
|
This field allows to specify the type of task, for filtering
|
|
|
out tasks in profiling outputs, whether it is really internal
|
|
|
to StarPU (::STARPU_TASK_TYPE_INTERNAL), a data acquisition
|
|
|
- synchronization task (STARPU_TASK_TYPE_DATA_ACQUIRE), or a normal task
|
|
|
+ synchronization task (::STARPU_TASK_TYPE_DATA_ACQUIRE), or a normal task
|
|
|
(::STARPU_TASK_TYPE_NORMAL)
|
|
|
|
|
|
\var int starpu_task::color
|