ROCgdb
ROCgdb copied to clipboard
This is ROCgdb, the ROCm source-level debugger for Linux, based on GDB, the GNU source-level debugger.
The current autoconf/automake configure script is hard-coded to look for amd-dbgapi.so in `$with_rocm_dbgapi/lib/`. I'm trying to build on Fedora which uses `lib64` instead of `lib` for libraries compiled on x86_64....
This code: ```cpp 1 #include "hip/hip_runtime.h" 2 3 template 4 __global__ 5 void callLambda(L l) { 6 l(); 7 } 8 9 int main(const int argc, const char** argv) {...
ROCm 5.7 Ubuntu20.04 ROCgdb seems cannot set kernel function as breakpoint for a specific thread, e,g. ``` b kernel_foo thread 4 ``` kernel_foo really got called in app binary as...
GPU is **_Vega 20_**. ROCm is 5.1.0. GNU gdb (rocm-rel-5.1-36) 11.2. **_rocm-dbgapi_** was installed. ``` > apt search rocm-dbgapi > Sorting... Done > Full Text Search... Done > rocm-dbgapi/Ubuntu,now 0.64.0.50100-36...
Envs: rocgdb, ROCm5.2 Ubuntu 18.04 vega20 When breakpoint hit in one Wave, > stepi; And then, current thread PC step to next asm line, but all other wave threads resumed...
Hi there, I'm trying to debug the kernel which is loaded using loadCodeObjectFile, but I can't set breakpoint or step into functions. For the launcher and actual kernel objects are...
Do we have symbol debuging for gpu kernels now? I am using ROCgdb shipped with rocm-4.5.2. When checking local variables or args in rocgdb, it always shows "Optimized". Wondering it...
While working with DPCPP (https://github.com/intel/llvm) compiling SYCL kernels targeting ROCm (gfx908) I came across the gdb error. It is true that there are some issues with compiling the SYCL kernels....
When using rocgdb, breakpoints cannot be set inside the kernel function and cannot enter the kernel
Hi, The rocm-5.2.1 installation package does not contain rocgdb by default,,so users have to compile and install it themselves. **step1:** I used the following config options: _../configure --program-prefix=roc \ --enable-64-bit-bfd...
I must be missing an option or something. Downloaded ROCM-5.2.0. Placed on system and when I go to do the make, I get the following "configure error: amdgcn*-*-* requires rocm-dbgapi...