Browse Source

document STARPU_SCHED_SIMPLE_COMBINED_WORKERS

Samuel Thibault 6 years ago
parent
commit
97fc61ed0a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      doc/doxygen/chapters/api/modularized_scheduler.doxy

+ 4 - 0
doc/doxygen/chapters/api/modularized_scheduler.doxy

@@ -495,6 +495,10 @@ todo
 \ingroup API_Modularized_Scheduler
 \ingroup API_Modularized_Scheduler
 Request to create downstream queues per worker, i.e. the scheduling decision-making component will choose exactly which workers tasks should got to.
 Request to create downstream queues per worker, i.e. the scheduling decision-making component will choose exactly which workers tasks should got to.
 
 
+\def STARPU_SCHED_SIMPLE_COMBINED_WORKERS
+\ingroup API_Modularized_Scheduler
+Request to not only choose between simple workers, but also choose between combined workers.
+
 \def STARPU_SCHED_SIMPLE_DECIDE_MEMNODES
 \def STARPU_SCHED_SIMPLE_DECIDE_MEMNODES
 \ingroup API_Modularized_Scheduler
 \ingroup API_Modularized_Scheduler
 Request to create downstream queues per memory nodes, i.e. the scheduling decision-making component will choose which memory node tasks will go to.
 Request to create downstream queues per memory nodes, i.e. the scheduling decision-making component will choose which memory node tasks will go to.