tenstorrent/tt-metal

ttnn.polar low PCC on GS

Closed this issue · 1 comments

Describe the bug
ttnn.polar has low PCC on GS machine

To Reproduce
Steps to reproduce the behavior:
Sweep test for polar is located in 'tests/sweep_framework/sweeps/eltwise/unary_complex/polar/polar.py'

  1. Checkout branch amalbasaTT/complex_ops-sweeps (soon to be merged on main)
  2. Go to 'tests/sweep_framework/sweeps/eltwise/unary_complex/polar/polar.py'
  3. Make sure your are on a machine with Grayskull
  4. Generate new parameter vectors and run the sweep test
python3 tests/sweep_framework/sweeps_parameter_generator.py --elastic cloud --module-name eltwise.unary_complex.polar.polar
python3 tests/sweep_framework/sweeps_runner.py --elastic cloud --module-name eltwise.unary_complex.polar.polar
  1. See the error. Results can be found on elastic cloud as explained here: https://github.com/tenstorrent/tt-metal/tree/main/tests/sweep_framework

Since the issue is specific to GS, Will close issue based on #13739 (comment)