Explorar o código

using the stream of starpu is not a must, one can use one's own stream

Samuel Thibault %!s(int64=12) %!d(string=hai) anos
pai
achega
b16a2161f4
Modificáronse 1 ficheiros con 4 adicións e 3 borrados
  1. 4 3
      doc/chapters/perf-optimization.texi

+ 4 - 3
doc/chapters/perf-optimization.texi

@@ -409,9 +409,10 @@ STARPU_BUS_STATS=1} and @code{export STARPU_WORKER_STATS=1} .
 
 Due to CUDA limitations, StarPU will have a hard time overlapping its own
 communications and the codelet computations if the application does not use a
-dedicated CUDA stream for its computations. StarPU provides one by the use of
-@code{starpu_cuda_get_local_stream()} which should be used by all CUDA codelet
-operations. For instance:
+dedicated CUDA stream for its computations instead of the default stream,
+which synchronizes all operations of the GPU. StarPU provides one by the use
+of @code{starpu_cuda_get_local_stream()} which can be used by all CUDA codelet
+operations to avoid this issue. For instance:
 
 @cartouche
 @smallexample