소스 검색

mention that StarPU already sets the local stream for blas operations

Samuel Thibault 14 년 전
부모
커밋
009817b083
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      doc/starpu.texi

+ 2 - 0
doc/starpu.texi

@@ -1708,6 +1708,8 @@ func <<<grid,block,0,starpu_cuda_get_local_stream()>>> (foo, bar);
 cudaStreamSynchronize(starpu_cuda_get_local_stream());
 @end example
 
+StarPU already does appropriate calls for the CUBLAS library.
+
 Unfortunately, some CUDA libraries do not have stream variants of
 kernels. That will lower the potential for overlapping.