pub fn ssd_scan_smem(state_size: u32) -> u32Expand description
Dynamic shared memory mamba2_ssd_scan requests for a given SSM state size.
Grows ~linearly in state_size, so a checkpoint with a large SSM state can
exceed MAX_DYNAMIC_SMEM. Kept next to the launch so the two cannot drift.