Extension for Theai and VSCode to use ROCGDB.
Displays Agents, Queues, Dispatches, Lanes information when executing GPU code with the ROCm environment.
You need a ROCm environment with ROCgdb already installed. In order to run this plugin, you will also need either Visual Studio Code or Theia IDE with debugger support and vscode plugin support.
- Download the VSIX from the releases or follow the instructions to compile from source
Then from Visual Studio Code or Theia interface: - Extensions (Ctrl+Shift+X)
...
in the upper right hand cornerInstall from VSIX...
- Select the VSIX in the file explorer
npm install
vsce package
- Breakpoints will not show in the kernel function before loading the code object.
Initial release.