Closed abhullar-tt closed 4 months ago
This hanging matmul test:
TT_METAL_SLOW_DISPATCH_MODE=1 ./build/test/tt_metal/unit_tests --gtest_filter=*MatmulLargeBlock*
runs 4 variations of the test:
The row major input tests try to run tilize on device, fix for that is here: https://github.com/tenstorrent/tt-metal/pull/9700 and will be pushed soon.
Row major output tries to run untilize on device, and that requires some more fixes on blackhole, fixes will come soon.
The following matmul tests all pass with PR: https://github.com/tenstorrent/tt-metal/pull/9967
TT_METAL_SLOW_DISPATCH_MODE=1 ./build/test/tt_metal/unit_tests --gtest_filter=*MatmulLargeBlock*
TT_METAL_WATCHER=5 TT_METAL_SLOW_DISPATCH_MODE=1 ./build/test/tt_metal/test_bmm
Merged here: https://github.com/tenstorrent/tt-metal/pull/9967
Packer is hanging on llk_push_tiles.