浏览代码

mention which schedulers support choosing the implementation

Samuel Thibault 13 年之前
父节点
当前提交
2d8c3bd434
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      doc/chapters/advanced-examples.texi

+ 3 - 2
doc/chapters/advanced-examples.texi

@@ -65,8 +65,9 @@ starpu_codelet cl = @{
 @end smallexample
 @end cartouche
 
-The scheduler will measure the performance of all the implementations it was
-given, and pick the one that seems to be the fastest.
+Scheduler which are multi-implementation aware (only @code{dmda}, @code{heft}
+and @code{pheft} for now) will use the performance models of all the
+implementations it was given, and pick the one that seems to be the fastest.
 @node Task and Worker Profiling
 @section Task and Worker Profiling