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
When running some conv2d tests with width sharding on blackhole, the number of activation blocks is not divisible by the number of cores used for compute. There are 18 total conv2d tests which fail:
16 from tests/ttnn/unit_tests/operations/test_new_conv2d.py::test_conv_ws
2 from tests/ttnn/unit_tests/operations/test_new_conv2d.py::test_conv_dilation
This needs to be fixed.
The text was updated successfully, but these errors were encountered:
When running some conv2d tests with width sharding on blackhole, the number of activation blocks is not divisible by the number of cores used for compute. There are 18 total conv2d tests which fail:
tests/ttnn/unit_tests/operations/test_new_conv2d.py::test_conv_ws
tests/ttnn/unit_tests/operations/test_new_conv2d.py::test_conv_dilation
This needs to be fixed.
The text was updated successfully, but these errors were encountered: