浏览代码

Point to Simon's work

Samuel Thibault 6 年之前
父节点
当前提交
0db24542e0
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      doc/doxygen/chapters/350_scheduling_policy_definition.doxy

+ 3 - 0
doc/doxygen/chapters/350_scheduling_policy_definition.doxy

@@ -361,6 +361,9 @@ makes it very trivial to assemble a modular scheduler around a scheduling
 decision component as seen above (here, a dumb eager decision component). Most
 often a modular scheduler can be implemented that way.
 
+A modular scheduler can also be constructed hierarchically with
+starpu_sched_component_composed_recipe_create().
+
 That modular scheduler can also be built by hand in the following way:
 
 \code{.c}