From 0791f2cbec96ef57b9b69136a6fe3522935768b2 Mon Sep 17 00:00:00 2001 From: Sam Wu Date: Tue, 16 Apr 2024 13:15:42 -0600 Subject: [PATCH] Add ROCgdb to 6.1.0 template --- tools/autotag/templates/rocm_changes/6.1.0.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tools/autotag/templates/rocm_changes/6.1.0.md b/tools/autotag/templates/rocm_changes/6.1.0.md index 4d0968c70..ca755e250 100644 --- a/tools/autotag/templates/rocm_changes/6.1.0.md +++ b/tools/autotag/templates/rocm_changes/6.1.0.md @@ -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.