Modules§
Structs§
- Cuda
Backend - The CUDA GPU backend. This is a zero-sized marker type.
- Cuda
Device - A CUDA device handle. Contains the cudarc device and a cuBLAS handle for matrix multiplication. Clonable (uses Arc internally).
Enums§
- Cuda
Storage - GPU-side storage. Each variant wraps a cudarc CudaSlice for the corresponding dtype.
F16 and BF16 are stored as CudaSlice
(bit-level representation).
Type Aliases§
- Cuda
Tensor - Convenience type alias for CUDA tensors.