Expand description
Backend-owned linalg context bindings and marker types.
This module is the long-term home of the tensor-level linalg ownership boundary. High-level crates should depend on these bindings instead of owning backend markers themselves.
Structs§
- CpuTensor
Linalg Backend - Marker type for the CPU tensor linalg backend.
- Cuda
Tensor Linalg Backend - Marker type for the CUDA tensor linalg backend.
- Faer
Backend - Pure-Rust linear algebra backend powered by faer.
- HipTensor
Linalg Backend - Marker type for the HIP tensor linalg backend.
Traits§
- Tensor
Linalg Context For - Maps a context type to its tensor-level linalg backend.