Expand description
Pure Rust CPU backend — correctness oracle for conformance testing.
This crate re-exports the built-in CPU reference backend from mlx-core
and will later provide optimized kernels (SIMD, rayon parallelism) as an
upgrade path.
Structs§
- CpuRef
Backend - Reference CPU backend.
Functions§
- cpu_
stream - Create a new
mlx_core::backend::Streambacked by the CPU reference backend.