Skip to main content

Module cpu

Module cpu 

Source
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::cpu_estimate_params;
pub use device::CpuDevice;
pub use device::CpuFallbackComparator;
pub use device::CpuFallbackScorer;

Modules§

device
launch