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