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

mention data reduction as an optimization technique

Samuel Thibault пре 13 година
родитељ
комит
502d1bf5ef
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      doc/chapters/perf-optimization.texi

+ 4 - 0
doc/chapters/perf-optimization.texi

@@ -75,6 +75,10 @@ mode, or because write accesses are actually commutative), use the
 @code{starpu_data_set_sequential_consistency_flag} function to disable implicit
 dependencies on that data.
 
+In the same vein, accumulation of results in the same data can become a
+bottleneck. The use of the @code{STARPU_REDUX} mode permits to optimize such
+accumulation (@pxref{Data reduction}).
+
 @node Task granularity
 @section Task granularity