Ver código fonte

prefetch is now enabled by default

Samuel Thibault 14 anos atrás
pai
commit
e908fd1f87
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4 4
      doc/starpu.texi

+ 4 - 4
doc/starpu.texi

@@ -1402,10 +1402,10 @@ few additional changes are needed.
 @node Data management
 @section Data management
 
-By default, StarPU does not enable data prefetching, because CUDA does
-not announce when too many data transfers were scheduled and can thus block
-unexpectedly... To enable data prefetching, use @code{export STARPU_PREFETCH=1}
-.
+@c By default, StarPU does not enable data prefetching, because CUDA does
+@c not announce when too many data transfers were scheduled and can thus block
+@c unexpectedly... To enable data prefetching, use @code{export STARPU_PREFETCH=1}
+@c .
 
 By default, StarPU leaves replicates of data wherever they were used, in case they
 will be re-used by other tasks, thus saving the data transfer time. When some