Samuel Thibault пре 6 година
родитељ
комит
e3e2ffaf74
1 измењених фајлова са 1 додато и 1 уклоњено
  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.