-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See if Seer can support the cuda-gdb debugger. #232
Labels
enhancement
New feature or request
Comments
Here's my build commands. Note, it points to the cuda-12.3 installation directory that you should have built earlier. It has the missing header file. Later cuda releases should change "12.3" to the new version.
|
These are better instructions. It creates and installs the cuda-gdbserver as well.
|
Looks like these MI commands are available.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The cuda project has their own version of gdb that has enhancements for some cuda related things.
Here's the cuda-gdb project.
https://github.com/NVIDIA/cuda-gdb
And this task I submitted to help me compile cuda-gdb.
NVIDIA/cuda-gdb#14
Documentation on using cuda-gdb.
https://docs.nvidia.com/cuda/cuda-gdb/
The text was updated successfully, but these errors were encountered: