mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
add scripts
This commit is contained in:
15
scripts/amd/debug.sh
Normal file
15
scripts/amd/debug.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
sudo apt install gdb -y
|
||||
|
||||
# export AMD_OCL_WAIT_COMMAND=1
|
||||
# export AMD_LOG_LEVEL=3
|
||||
# export HIP_LAUNCH_BLOCKING=1
|
||||
|
||||
gdb -ex "file python" \
|
||||
-ex 'run -m pytest --capture=tee-sys --verbose "python/test/unit/language/test_core.py::test_empty_kernel[float32]"' \
|
||||
-ex "set pagination off" \
|
||||
-ex "set confirm off" \
|
||||
-ex "break _exit" \
|
||||
-ex "commands"
|
||||
-ex "run"
|
||||
-ex 'end' \
|
||||
2>&1 | tee /dockerx/pytorch/test_core_gdb.log
|
||||
Reference in New Issue
Block a user