| Copyright | [2017] Trevor L. McDonell |
|---|---|
| License | BSD3 |
| Maintainer | Trevor L. McDonell <tmcdonell@cse.unsw.edu.au> |
| Stability | experimental |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Foreign.CUDA.BLAS.Sparse.Stream
Description
Documentation
setStream :: Handle -> Stream -> IO () Source #
Sets the execution stream which all subsequent cuSPARSE 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/cusparse/index.html#cusparsesetstream