Expand description
CPU execution backend.
Re-exports§
pub use binary::CpuBackend;pub use alloc::CpuAllocator;
Modules§
- alloc
- High-performance CPU memory allocators and tensor factories.
- binary
- Binary element-wise operations for the CPU execution backend.
- fusion
- High-performance CPU Operator Fusion kernels.
- matmul
- High-performance CPU Matrix Multiplication (GEMM) kernel.
- reduce
- High-performance CPU memory reduction kernels.
- unary
- High-performance CPU Unary operation kernels.