Browse Source

Add names on arrows of modular schedulers

Samuel Thibault 6 years ago
parent
commit
5763ad7e2c
1 changed files with 7 additions and 4 deletions
  1. 7 4
      doc/doxygen/chapters/350_scheduling_policy_definition.doxy

+ 7 - 4
doc/doxygen/chapters/350_scheduling_policy_definition.doxy

@@ -179,21 +179,24 @@ A typical Scheduling Tree is shown below.
                                   v
                             Fifo_Component
                                 |  ^
-                                |  |
+                           push |  |  pull
                                 v  |
                            Eager_Component
                                 |  ^
-                                |  |
+                           push |  | pull
                                 v  |
                  --------><--------------><--------
                  |  ^                          |  ^
-                 |  |                          |  |
+            push |  | pull                push |  | pull
                  v  |                          v  |
              Fifo_Component                 Fifo_Component
                  |  ^                          |  ^
-                 |  |                          |  |
+            push |  | pull                push |  | pull
                  v  |                          v  |
             Worker_Component               Worker_Component
+                  |                             |
+starpu_pop_task   |                             |
+                  v                             v
 </pre>
 
 When a task is pushed by StarPU in a Modularized Scheduler, the task moves from