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
The core issue here is that we cannot properly dispatch on ReshapedArray (or ReinterpretArray) to a known solution for defines_strides. Previously, we were giving up on strides for both of these if we didn't know it was possible from type information, but recent changes attempt to solve this at runtime.
To fix this we need to either go back to giving up on strides when it isn't known at compile time, get Base Julia to store size information statically, or rework how device is supposed to be used so that it doesn't rely on strides.
Reported by @chriselrod in #156 (comment):
The text was updated successfully, but these errors were encountered: