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
Yes, the currently implementation of Base._cpow looks GPU-incompatible, or at least Metal.jl-incompatible. We would need a custom function that doesn't fall back to Float64 for its internal computations, but I'm unfamiliar with the operation.
Broadcasting over
Base._cpow
with aMtlArray
causes an error due to type promotion inMetalv1.3.0
MWE:
The text was updated successfully, but these errors were encountered: