pub fn gpu_batch_input_limit_bounds() -> (usize, usize)Expand description
The [floor, cap] the resolved GPU batch input limit is clamped into: the
128 MiB unknown-host floor and the 1 GiB pre-compile-time ceiling that bound
the VRAM table. A Tier-A override is clamped into this range so no config/CLI
value can request a buffer the sizing contract forbids.