|
@@ -2,7 +2,7 @@
|
|
|
* This file is part of the StarPU Handbook.
|
|
|
* Copyright (C) 2013 Simon Archipoff
|
|
|
* Copyright (C) 2009--2011 Universit@'e de Bordeaux
|
|
|
- * Copyright (C) 2014, 2015, 2016 CNRS
|
|
|
+ * Copyright (C) 2014, 2015, 2016, 2017 CNRS
|
|
|
* Copyright (C) 2013, 2014 INRIA
|
|
|
* See the file version.doxy for copying conditions.
|
|
|
*/
|
|
@@ -227,12 +227,12 @@ The actual scheduler
|
|
|
\ingroup API_Modularized_Scheduler
|
|
|
return true iff \p component is a combined worker component
|
|
|
|
|
|
-\fn void starpu_sched_component_worker_pre_exec_hook(struct starpu_task *task)
|
|
|
+\fn void starpu_sched_component_worker_pre_exec_hook(struct starpu_task *task, unsigned sched_ctx_id)
|
|
|
\ingroup API_Modularized_Scheduler
|
|
|
compatibility with starpu_sched_policy interface
|
|
|
update predictions for workers
|
|
|
|
|
|
-\fn void starpu_sched_component_worker_post_exec_hook(struct starpu_task *task)
|
|
|
+\fn void starpu_sched_component_worker_post_exec_hook(struct starpu_task *task, unsigned sched_ctx_id)
|
|
|
\ingroup API_Modularized_Scheduler
|
|
|
compatibility with starpu_sched_policy interface
|
|
|
|