AI RESEARCH

Demystifying the Silence of Correctness Bugs in PyTorch Compiler

arXiv CS.AI

ArXi:2604.08720v1 Announce Type: cross Performance optimization of AI infrastructure is key to the fast adoption of large language models (LLMs). The PyTorch compiler (torch.compile), a core optimization tool for deep learning (DL) models (including LLMs), has received due attention. However, torch.compile is prone to correctness bugs, which cause incorrect outputs of compiled DL models without triggering exceptions, crashes, or warnings. These bugs pose a serious threat to the reliability of downstream LLM applications.