Expand description
CUDA FFI bindings - Real CUDA Runtime API
These are the actual CUDA C API bindings. When compiled with the cuda feature,
these will link against the real CUDA runtime library.
Re-exports§
pub use stubs::*;
Modules§
Structs§
- cuda
Device Prop - CUDA device properties
Enums§
- cuda
Memcpy Kind - CUDA memory copy kind
Constants§
Functions§
- check_
cublas - Check cuBLAS error
- check_
cuda - Check CUDA error and convert to Result
Type Aliases§
- cublas
Handle_ t - cuBLAS handle
- cublas
Operation_ t - cuBLAS operation type
- cublas
Status_ t - cuBLAS status
- cuda
Error_ t - CUDA error codes
- cuda
Event_ t - CUDA event handle
- cuda
Stream_ t - CUDA stream handle