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 resize scheduler incorrectly vectorizes this by 4. It's technically possible to vectorize by 4, but since the scheduler currently only vectorizes the innermost dimension, 2 is the maximum factor.
The text was updated successfully, but these errors were encountered:
This fusion is incorrectly vectorized by 4:
The resize scheduler incorrectly vectorizes this by 4. It's technically possible to vectorize by 4, but since the scheduler currently only vectorizes the innermost dimension, 2 is the maximum factor.
The text was updated successfully, but these errors were encountered: