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
[BACKEND] Limit vector size to scratch size for convert_layout (#5746)
Without this, we can get into a situation when the vector loads/stores
would exceed the size of the scratch buffer (and trigger an assertion).
Fixes #5745.
0 commit comments