pub const MAX_FRAGMENTS: usize = 1_024;
Cap on the number of fragments in one compile request — bounds the work a single call can demand across every adapter.