Sfoglia il codice sorgente

mention data reduction as an optimization technique

Samuel Thibault 13 anni fa
parent
commit
502d1bf5ef
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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