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
We don't intend to fix it in the compiler as it should be fixed in tt-metal, this is the reported issue in tt-metal to track it. tenstorrent/tt-metal#13566
Once tt-metal fixes it on their end, this workaround can be removed, but until then it can be guarded as a workaround in runtime.
Thanks @uazizTT I'll keep this issue open to track this on the mlir side, once metal merges a fix and we uplift it, I'll remove the workaround and close this issue.
jnie-TT
changed the title
Move binary op operand swap to compiler
Binary op operand swap
Oct 31, 2024
We're currently swapping the operands for binary ops in runtime if the lhs operand is smaller (and requires broadcast onto the rhs operand).
Metal will push a fix on their side, once we uplift their fix we should remove this workaround.
Blocked by tenstorrent/tt-metal#13566
The text was updated successfully, but these errors were encountered: