-
Notifications
You must be signed in to change notification settings - Fork 13
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
abi::__cxa_demangle #153
Comments
abi::__cxa_demangle
? And use the mangled type here instead?
We need the unmangled types to construct e.g sphericart/sphericart/src/cuda_base.cpp Line 112 in 028b274
Do you have a better idea of doing this? The way I'm doing it is exactly the same way that NVRTC does it in their backend API... |
Hmm, alright. Then it would be nice to move this code into a |
windows has an equivalent function thats very similar so not too concerning. We can create a wrapper and ifdef the calls no problem. |
I saw that the calls are already in an ifdef, so this should be doable later down the line. I would still create a wrapper to handle platform differences, but this should be good for now! |
Originally posted by @Luthaf in #131 (comment)
The text was updated successfully, but these errors were encountered: