diff --git a/helion/autotuner/logger.py b/helion/autotuner/logger.py index e56542911..fa0729bb2 100644 --- a/helion/autotuner/logger.py +++ b/helion/autotuner/logger.py @@ -175,6 +175,7 @@ def format_triton_compile_failure( "illegal memory access", "misaligned address", "unspecified launch failure", + "illegal instruction", ], ) ),