cusolver-0.2.0.0: FFI bindings to CUDA Solver, a LAPACK-like library

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

Foreign.CUDA.Solver.Dense.Stream

Description

 
Synopsis

Documentation

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

Sets the execution stream which all subsequent cuSolverDn 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/cusolver/index.html#cudssetstream