-
Notifications
You must be signed in to change notification settings - Fork 53
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
Rewrite calls to eg. Base.sin
#112
Rewrite calls to eg. Base.sin
#112
Comments
Any hope this can be sorted out in the near future? This issue is preventing me from using third-party libraries that I guess would work perfectly fine in CUDA.jl. |
Sorry, my bad. I see that it actually works, I was getting another problem but thinking it was this one! |
Hopefully the new compiler interfaces in 1.6 will make this possible, yes. But still months away at the least. |
We should figure out a way to support users calling
Base.sin
instead ofCUDAnative.sin
. One possible option would be to hook inference, overriding method calls when operating under@cuda
. The same mechanism could be used to dispatch on the hardware generation.The text was updated successfully, but these errors were encountered: