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
Describe the bug
ttnn.min_bw has low PCC for some inputs. For all failures PCC is around 0.998
To Reproduce
Steps to reproduce the behavior:
Checkout branch: dveizovic/binary-bw-ops-migration
Sweep test for tan is located in 'tests/sweep_framework/sweeps/eltwise/binary_backward/min_bw/min_bw.py'
Go to 'tests/sweep_framework/sweeps/eltwise/unary_backward/rdiv_bw/rdiv_bw.py'
Generate new parameter vectors and run the sweep test
Hi @dveizovicTT ,
I ran the above mentioned sweep test and found that the test has also been written for ROW_MAJOR Layout and bfloat8_b datatype. But according to the documentation, ttnn.min_bw only supports bfloat16 with TILE Layout combination.
Updating the test with above changes passes the test
Describe the bug
ttnn.min_bw has low PCC for some inputs. For all failures PCC is around 0.998
To Reproduce
Steps to reproduce the behavior:
Checkout branch: dveizovic/binary-bw-ops-migration
Sweep test for tan is located in 'tests/sweep_framework/sweeps/eltwise/binary_backward/min_bw/min_bw.py'
https://github.com/tenstorrent/tt-metal/tree/main/tests/sweep_framework
The text was updated successfully, but these errors were encountered: