Open KalaivaniMCW opened 4 days ago
Link to Github Issue #14730 #14731
when inputs for binary operation are of unequal ranks they fail with low PCC The PR with fix #14803 was reverted due to fail in device perf pipeline
Failing - Device perf - https://github.com/tenstorrent/tt-metal/actions/runs/11908296582 Nightly FD - https://github.com/tenstorrent/tt-metal/actions/runs/11896873611
Check ranks of input and Use reshape to match larger rank if necessary
Ticket
Link to Github Issue #14730 #14731
Problem description
when inputs for binary operation are of unequal ranks they fail with low PCC The PR with fix #14803 was reverted due to fail in device perf pipeline
Failing - Device perf - https://github.com/tenstorrent/tt-metal/actions/runs/11908296582 Nightly FD - https://github.com/tenstorrent/tt-metal/actions/runs/11896873611
What's changed
Check ranks of input and Use reshape to match larger rank if necessary
Checklist