- Measure the baseline compaction pipeline across several keep ratios.
- How does valid-element ratio change the cost of filtering and compact-writing a stream?
keep_5keep_25keep_50keep_75keep_95
- Run the same compaction pipeline on deterministic inputs with different valid ratios.
- Keep output semantics fixed and validate counts and compacted values after each run.
- Median GPU time by keep ratio.
- Effective compacted-elements throughput.
- Stage-sensitive interpretation of where compaction cost shifts across sparsity regimes.
- Stream compaction cost is shaped by both the scan path and the amount of output that survives.
- This is the baseline for later subgroup-assisted compaction work.