MEGA Hub

PTXBench: Benchmark and Adapt LLMs for GPU Kernel Optimization with Architecture-specific PTX

Authors

Do you know Genghan Zhang?You can claim authorship or link another user.Do you know Yixin Dong?You can claim authorship or link another user.Do you know Chengze Fan?You can claim authorship or link another user.Do you know Zhichen Zeng?You can claim authorship or link another user.Do you know Yueming Yuan?You can claim authorship or link another user.Do you know Shaowei Zhu?You can claim authorship or link another user.Do you know Kunle Olukotun?You can claim authorship or link another user.

Abstract

We introduce PTXBench, a benchmark for evaluating and adapting large language models (LLMs) to use architecture-specific PTX for GPU kernel optimization. PTXBench measures functional correctness, whether selected target instructions execute at runtime, and speedup over frontier libraries across GEMM and attention workloads on H100 and B200 GPUs. Our evaluation shows that architecture-specific PTX capability remains uneven: success rates fall substantially on complex attention backward workloads, and executing the target instructions does not necessarily translate into competitive performance. No evaluated model consistently matches frontier libraries across the suite. We further adapt Qwen3.6-27B using supervised fine-tuning. Repair-conditioned training improves several tasks, but generalization remains uneven; data coverage, balance, and the quality of the reasoning teacher matter in addition to dataset size. PTXBench provides an auditable testbed for measuring and improving LLMs' ability to exploit evolving GPU architectures.

Community

00