skip segfaults on ROCM

This commit is contained in:
Michael Melesse
2022-10-26 20:46:47 +00:00
parent 648e4cfe89
commit 8ecab462f6
3 changed files with 18 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ sudo apt install gdb -y
gdb -ex "set pagination off" \
-ex "file python" \
-ex 'run -m pytest --capture=tee-sys --verbose "python/test/unit/language/test_core.py::test_empty_kernel[float32]"' \
-ex 'run -m pytest --capture=tee-sys --verbose "python/test/unit/language/test_core.py::test_atomic_rmw[add-uint32-all_neg]"' \
-ex "backtrace" \
-ex "set confirm off" \
-ex "q" \