ソースを参照

note that there are multiple measurements for a given combined worker size

Samuel Thibault 12 年 前
コミット
d7febf20d0
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2 1
      doc/chapters/advanced-examples.texi

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

@@ -896,7 +896,8 @@ To benefit from parallel tasks, a parallel-task-aware StarPU scheduler has to
 be used. When exposed to codelets with a Fork or SPMD flag, the @code{pheft}
 (parallel-heft) and @code{peager} (parallel eager) schedulers will indeed also
 try to execute tasks with several CPUs. It will automatically try the various
-available combined worker sizes and thus be able to avoid choosing a large
+available combined worker sizes (making several measurements for each worker size)
+and thus be able to avoid choosing a large
 combined worker if the codelet does not actually scale so much.
 
 @subsection Combined workers