Skip to content

Latest commit

 

History

History
255 lines (234 loc) · 33.1 KB

bugs.md

File metadata and controls

255 lines (234 loc) · 33.1 KB

Bugs uncovered by the NNSmith project

Important

Summary of Bugs

System #Fixed #Confirmed #Pending #Total
PyTorch 57 11 16 84
PyTorch-ONNX Converter 12 0 0 12
ONNX 1 0 0 1
ONNXRuntime 3 4 4 11
TVM 34 0 6 40
TensorRT 6 2 2 10
TensorFlow 0 14 0 14
Hidet 13 0 0 13
Sum 126 31 28 185

Note

  • Status: ✅ means fixed; 🔵 means confirmed; 🚨 means this bug has been marked with a high-priority label (PyTorch)
  • Symptom: 💥 Crash or exception; 🧮 Result inconsistency (silent semantic bug); 🧴 Sanitizers

Based on NNSmith, @soodoshll found a number of bugs for Hidet, including:

Note

Methodology

  • Though most bugs are identified via individual reports, there are cases where multiple similar-looking bugs are merged into one report to avoid potential duplication. Nonetheless, they might be counted for multiple times according to the actual required different fixes.
  • "won't fix" bugs are omitted.
  • Detected bugs come from the ASPLOS'23 (NNSmith) and FSE'23 (NeuRI) projects.