mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-10 07:08:08 -05:00
Add ROCgdb to 6.1.0 template
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user