|
Simple GPU 1.0
Fortran GPU Computing Library with transparent CPU/GPU support
|
Handle for BLAS operations. More...
Public Attributes | |
| type(c_ptr) | c |
| C pointer to BLAS handle. | |
Handle for BLAS operations.
Manages cuBLAS library context (for GPU) or BLAS context (for CPU). Must be created before calling any BLAS functions and destroyed when done.
Definition at line 143 of file simple_gpu.F90.
| type(c_ptr) gpu::gpu_blas::c |
C pointer to BLAS handle.
Definition at line 144 of file simple_gpu.F90.