Просмотр исходного кода

mention which schedulers support choosing the implementation

Samuel Thibault лет назад: 13
Родитель
Сommit
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