-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pytorch Sweeps tracing - ttnn.mul - Low PCC and other fails #14731
Comments
Out of these 7 shapes for low pcc fails: Six of them pass when the lesser-ranked is unsqueezed to match rank. i.e. following shapes,
One shape gives a different error on unit test [[16, 1], [1, 1, 32]], On unit tests
|
PR #14803 has fixes for low PCC of 6 shapes mentioned above |
### Ticket Link to Github Issue #14730 also #14731 ### Problem description Need support for unequal ranked inputs in eltwise binary ### What's changed Added support using ttnn.reshape when inputs are of different ranks ### Checklist - [x] Post commit CI passes https://github.com/tenstorrent/tt-metal/actions/runs/11736842353 https://github.com/tenstorrent/tt-metal/actions/runs/11794021567/attempts/2 - [ ] Nightly FD https://github.com/tenstorrent/tt-metal/actions/runs/11736844358 https://github.com/tenstorrent/tt-metal/actions/runs/11794025766/job/32854516936 - [ ] Blackhole Post commit (if applicable) - [ ] Model regression CI testing passes (if applicable) - [ ] Device performance regression CI testing passes (if applicable) - [x] New/Existing tests provide coverage for changes
Following parameters failed during Pytorch Sweeps tracing tests: for ttnn.mul
File:
tests/sweep_framework/sweeps/eltwise/binary/multiply/mul_tensor_pytorch2.py
Pytorch sweeps: tracker
The text was updated successfully, but these errors were encountered: