Skip to main content

Crate singe_cublas

Crate singe_cublas 

Source
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§

blas
Low-level BLAS operation mirrors.
context
error
gemm
lt
memory
scalar
types

Macros§

try_ffi

Functions§

cudart_version
Returns the CUDA runtime version used by cuBLAS.
library_property
Returns the requested cuBLAS library property. See LibraryProperty for supported properties.