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
@nhat-nguyen
This error is from misplacement of tt.splat. We have MetaOpConverter which erase tt.splat op first, then AddPtrConverter + StoreConverter (which uses adaptor to get the mutated ptr of AddPtrConverter). So a tt.splat in the middle is inconsistant as it has been erased.
We may:
in canonicalizer pass, move tt.splat before addptr
bottom-top exploring in StoreConverter/LoadConverter
Triton python code
Triton IR
Crash log
Additional information
No response
The text was updated successfully, but these errors were encountered: