소스 검색

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}