Expand description
CPU backend, pure-CPU implementations of all kernels via zer-compare.
Always compiled, regardless of feature flags. When neither cuda nor
vulkan is enabled, or when the GPU is unavailable / the batch is below
the minimum threshold, every call routes through here.
Re-exports§
pub use device::CpuDevice;pub use device::CpuFallbackComparator;pub use device::CpuFallbackScorer;pub use device::cpu_estimate_params;