//! Forward-kernel module index for batch prefill, BitNet, CPU, f16 CPU, q8 CPU, GPU, Metal, and NEON paths.
// Host-side f32 chunkwise GDN parity oracle (issue #175). Test/bench-only —
// adds zero production surface to the default build.
// Every call site lives inside `metal_qwen35::inner`, gated the same way
// (`target_os = "macos"` + `metal-gpu`) — mirror that gate here instead of
// compiling the module everywhere and suppressing the resulting dead-code
// lint. Smaller surface, nothing to keep in sync with `mod inner`'s own gate.
pub
// Re-export from cpu for backward compat (was `layers`)
pub use *;