ROCm / ROCgdb

This is ROCgdb, the ROCm source-level debugger for Linux, based on GDB, the GNU source-level debugger.
https://rocm.docs.amd.com/projects/ROCgdb/en/latest/
GNU General Public License v2.0
50 stars 9 forks source link

Does ROCgdb can debug the kernel code of hip? #4

Closed andyzhanged closed 4 years ago

andyzhanged commented 4 years ago

The kernel code will run on GPU, So ROCgdb is developed to debug kernel code? thanks.

t-tye commented 4 years ago

ROCgdb is a heterogeneous debugger so will allow debugging of both the host CPU and device GPU in a unified manner. See the README-ROCm.md and updated Gdb User Manual that comes with it.