Expand description
Safe cuBLAS and cuBLASLt wrappers for dense GPU linear algebra.
This crate provides BLAS level routines, cuBLAS context management, cuBLASLt
matmul descriptors, algorithm selection, layouts, preferences, epilogues, and
execution helpers over the raw singe-cublas-sys bindings.
Modules§
Macros§
Functions§
- cudart_
version - Returns the CUDA runtime version used by cuBLAS.
- library_
property - Returns the requested cuBLAS library property.
See
LibraryPropertyfor supported properties.