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
We should figure out a way to support users calling Base.sin instead of CUDAnative.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.
SimonDanisch, vchuravy, mindbound, DilumAluthge and cdsousa