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
ttnn.normalize_global and ttnn.normalize_hw operations don't support tensors with rank that is not 4.
Steps to reproduce:
You can reproduce this error with sweep tests /tests/sweep_framework/sweeps/eltwise/unary/normalize_global/normalize_global.py, and /tests/sweep_framework/sweeps/eltwise/unary/normalize_hw/normalize_hw.py.
Inside the sweep files, replace the "input_shape" parameter with:
ttnn.normalize_global and ttnn.normalize_hw operations don't support tensors with rank that is not 4.
Steps to reproduce:
You can reproduce this error with sweep tests
/tests/sweep_framework/sweeps/eltwise/unary/normalize_global/normalize_global.py
, and/tests/sweep_framework/sweeps/eltwise/unary/normalize_hw/normalize_hw.py
.To run:
Results can be found on elastic cloud as explained here:
https://github.com/tenstorrent/tt-metal/tree/main/tests/sweep_framework
The text was updated successfully, but these errors were encountered: