Skip to content

Commit bf86f2a

Browse files
authored
Skip illegal memory access for autotuning (#453)
1 parent 206a03f commit bf86f2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helion/autotuner/base_search.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"[CUDA]: invalid argument", # CUDA Error
5252
"misaligned address", # CUDA Error
5353
"PassManager::run failed", # Triton Error
54+
"illegal memory access", # CUDA Error
5455
],
5556
)
5657
)

0 commit comments

Comments
 (0)