ciflow/trunk/195661: [ROCm] Tune MediumRadixSort items_per_thread for small sort sizes
- PyTorch 近 90 天出现 407 次
- PyTorch 近 90 天第 404 次发版
- 上一次:同一天稍早 · ciflow/xpu/189335
发生了什么
Use 4 items per thread for 1024/2048 element sorts on ROCm, while keeping 8 items per thread for 4096 element sorts. Benchmarks showed speedups on MI350X (gfx950) and MI450 (gfx1250) for the smaller sizes, but a regression at 4096 due to the larger thread block. CUDA behavior is unchanged.
摘要按规则整理自下方来源原文