cublasCreate
cublasCreate is a function within the NVIDIA CUDA Basic Linear Algebra Subprograms (CUBLAS) library. Its primary purpose is to initialize a CUBLAS library context. A CUBLAS context is essential for any subsequent calls to other CUBLAS routines. It manages the internal state and resources required for performing BLAS operations on the GPU.
When cublasCreate is successfully invoked, it returns a handle to this newly created context. This handle, typically
It is important to note that before a program terminates or before creating another context, the context