You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.
I know nothing about debugging CUDA devices so I can't provide you with any status. However, I assume that whatever works with C CUDA programs should work with Rust CUDA programs.
If we are talking about debugging CUDA host programs then GDB and LLDB should be very well supported. Debugging a Rust CUDA program should be no different than debugging a normal Rust program.
@BadFactor Radeon graphic cards don't run PTX code (AFAIK) so they are outside of scope for this repository. Long time ago someone was working on enabling the LLVM backend that emits the AMD counterpart of PTX but, AFAIK, they didn't arrive at something functional. You can see their work in this PR. That means that rustc, itself, cannot emit PTX-like code for AMD cards so that would need to be fixed first.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Open issues, etc. +
The text was updated successfully, but these errors were encountered: