Skip to main content

ternary_ffn_enabled

Function ternary_ffn_enabled 

Source
pub fn ternary_ffn_enabled() -> bool
Expand description

Whether the GPU ternary-FFN path is active (atomic flag OR the env var). When false, ternary FFN GEMMs fall back to the CPU oracle (correct, slower) — the toggle’s OFF baseline.