Add ROCgdb to 6.1.0 template

This commit is contained in:
Sam Wu
2024-04-16 13:15:42 -06:00
committed by Sam Wu
parent 6865f279b4
commit 0791f2cbec

View File

@@ -197,3 +197,14 @@ RDC for ROCm 6.1.0
* Added `--address` flag to rdcd
* Upgraded from C++11 to C++17
* Upgraded gRPC
#### ROCDebugger (ROCgdb)
ROCgdb for ROCm 6.1.0
##### Fixes
Previously, ROCDebugger encountered hangs and crashes when stepping over the `s_endpgm`
instruction at the end of a HIP kernel entry function, which caused the stepped wave to exit. This issue
is fixed in the ROCm 6.1 release. You can now step over the last instruction of any HIP kernel without
debugger hangs or crashes.