Demystifying the Silence of Correctness Bugs in PyTorch Compiler
📰 ArXiv cs.AI
arXiv:2604.08720v1 Announce Type: cross Abstract: 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 reliab
DeepCamp AI