pub fn resolve_max_m(default_max: u32, raw: Option<&str>) -> Resolved<u32>Expand description
Upper M for the W8A8 dense-FFN prefill, per projection shape.
Unlike resolve_batchm_max a parsed 0 is honoured, because 0 is a
meaningful operator answer here (“never take the W8A8 arm on this shape”)
and silently ignoring it would make …=0 read as agreement with the
target — the same silent-agreement failure parse_defaults panics over.
Anything that is not a u32 falls back to the target’s declaration.