Samuel Thibault 5 years ago
parent
commit
e3e2ffaf74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/doxygen/chapters/310_data_management.doxy

+ 1 - 1
doc/doxygen/chapters/310_data_management.doxy

@@ -602,7 +602,7 @@ whole machine, it would not be efficient to accumulate them in only one place,
 incurring data transmission each and access concurrency.
 incurring data transmission each and access concurrency.
 
 
 StarPU provides a mode ::STARPU_REDUX, which permits to optimize
 StarPU provides a mode ::STARPU_REDUX, which permits to optimize
-this case: it will allocate a buffer on each memory node, and accumulate
+this case: it will allocate a buffer on each worker (lazily), and accumulate
 intermediate results there. When the data is eventually accessed in the normal
 intermediate results there. When the data is eventually accessed in the normal
 mode ::STARPU_R, StarPU will collect the intermediate results in just one
 mode ::STARPU_R, StarPU will collect the intermediate results in just one
 buffer.
 buffer.