TOPK_SMEM_CEILING

Constant TOPK_SMEM_CEILING 

Source
pub const TOPK_SMEM_CEILING: usize = 49_152;
Expand description

Runtime shared-memory ceiling the top-k select is budgeted against, matching SMEM_CEILING in examples/dsa_indexer_microtest.rs.