Преглед на файлове

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