From 6a31c43774d3686e08dfbf6a0b8770df7c8d1d90 Mon Sep 17 00:00:00 2001 From: Michael Melesse Date: Fri, 21 Oct 2022 19:56:19 +0000 Subject: [PATCH] update batcktrace --- scripts/amd/backtrace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/amd/backtrace.sh b/scripts/amd/backtrace.sh index d68db532d..6fdef0fa2 100644 --- a/scripts/amd/backtrace.sh +++ b/scripts/amd/backtrace.sh @@ -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_program_id[float16]"' \ + -ex 'run -m pytest --capture=tee-sys --verbose "python/test/unit/language/test_core.py::test_empty_kernel[float32]"' \ -ex "backtrace" \ -ex "set confirm off" \ -ex "q" \