Преглед изворни кода

Mention that hwloc is even more strongly recommended for parallel workers

Samuel Thibault пре 13 година
родитељ
комит
f95e043173
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      doc/chapters/advanced-examples.texi

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

@@ -597,7 +597,8 @@ parallel CPU implementation of the computation to be achieved. This can also be
 useful to improve the load balance between slow CPUs and fast GPUs: since CPUs
 work collectively on a single task, the completion time of tasks on CPUs become
 comparable to the completion time on GPUs, thus relieving from granularity
-discrepancy concerns.
+discrepancy concerns. Hwloc support needs to be enabled to get good performance,
+otherwise StarPU will not know how to better group cores.
 
 Two modes of execution exist to accomodate with existing usages.