Indexer returns the additive index mask directly (drop unused top-k indices)
The DSA indexer now builds and returns the [B, S, T] additive sparse mask itself,
instead of returning raw top-k indices that were only ever scattered into that mask.
GLM-MoE-DSA shares the index mask (not indices) across its skip-topk layers.