I used ROCM to compile the HIP program. When a simple, but thread-intensive HIP program was run, I used ROCgdb for debugging and found that using the "info threads" command did not see the expected number of wavefronts.
I have compiled the rocm toolchain with Debug type, which can compile HIP programs correctly. How to see a previously unseen wavefront activated in rocgdb debugging?