Crate shrew_cuda

Crate shrew_cuda 

Source

Modules§

pool

Structs§

CudaBackend
The CUDA GPU backend. This is a zero-sized marker type.
CudaDevice
A CUDA device handle. Contains the cudarc device and a cuBLAS handle for matrix multiplication. Clonable (uses Arc internally).

Enums§

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

CudaTensor
Convenience type alias for CUDA tensors.