/// Goldilocks field arithmetic (canonical form).
pub const GOLDILOCKS: &str = include_str!;
/// Fixed-point arithmetic over Goldilocks (scale = 2^16).
pub const FIXED_POINT: &str = include_str!;
/// Grammar mask for beam search (K=32 beams ร VOCAB=140 tokens).
pub const GRAMMAR_MASK: &str = include_str!;
trident/src/gpu/shaders.rs
ฯ 0.0%