tt-metal: Untilize sweep test does not work for multicore (last shape)
test:
tests/tt_eager/python_api_testing/sweep_tests/pytests/tt_dnn/test_untilize.py::test_untilize_test[untilize_args0-input_shapes2]
This needs to be fixed for multicore, and then change the default untilize to use multicore once this is fixed.
About this issue
- Original URL
- State: closed
- Created 7 months ago
- Comments: 15 (11 by maintainers)
On Grayskull, this test cant run cause it runs out of L1. Couple of things I have noticed with untilize:
What’s needed to enable multi-core by default is:
multi_coreandpack_untilizeflags. We should just use them both as True and fix what’s not working. It seems like it’s just a matter of gettingpack_untilizeto work with longer widths.