| 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.Solver.Sparse.Context
Contents
Description
Context management
An opaque handle to the cuSolverSP context, which is passed to all library function calls.
http://docs.nvidia.com/cuda/cusolver/index.html#cuSolverSPhandle
This function initializes the cuSolverSP library and creates a handle to the cuSolverSP context. It must be called before any other cuSolverSP API function is invoked. It allocates hardware resources necessary for accessing the GPU.
http://docs.nvidia.com/cuda/cusolver/index.html#cusolverecreate