cublas-0.5.0.0: FFI bindings to the CUDA BLAS library

Copyright[2014..2017] Trevor L. McDonell
LicenseBSD3
MaintainerTrevor L. McDonell <tmcdonell@cse.unsw.edu.au>
Stabilityexperimental
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Foreign.CUDA.BLAS.Stream

Description

 
Synopsis

Documentation

setStream :: Handle -> Stream -> IO () Source #

Sets the execution stream which all subsequent cuBLAS library functions will execute with. If not set, functions execute in the default stream (which never overlaps any other operations).

http://docs.nvidia.com/cuda/cublas/index.html#cublassetstream