-
Notifications
You must be signed in to change notification settings - Fork 474
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
demangling failure with __device_stub_ prefix #1938
Comments
The same problem is shown in
If the
|
Hmm.. do you know when it adds the |
It's added by |
Ok, thanks. Do you know what else prefix it can add also? Preferably any documentation for that. Anyway I think we can skip the prefix like we do with |
Sure, I will try to list up for cuda compiler later. |
There are some symbols begin with
__device_stub_
, but it makes our demangler fails demangling the symbol as follows.If the
__device_stub_
prefix is removed, then it can be demangled as follows.So I would like to see treat the special prefix
__device_stub_
and parse the rest of symbols. The final demangled output can be shown as follows.The text was updated successfully, but these errors were encountered: