tenstorrent / tt-metal

:metal: TT-NN operator library, and TT-Metalium low level kernel programming model.
Apache License 2.0
303 stars 25 forks source link

[Blackhole bringup] Mismatch / hangs in tilize/untilize ops #9164

Closed abhullar-tt closed 2 hours ago

rtawfik01 commented 1 week ago

Pushed tilize fix here: https://github.com/tenstorrent/tt-metal/pull/9700 Untilize fix coming soon

rtawfik01 commented 4 hours ago

Following tests now pass with PR: https://github.com/tenstorrent/tt-metal/pull/9967

 TT_METAL_DPRINT_CORES=0,0 TT_METAL_SLOW_DISPATCH_MODE=1 ./build/test/tt_metal/test_unpack_untilize
 TT_METAL_DPRINT_CORES=0,0 TT_METAL_SLOW_DISPATCH_MODE=1 ./build/test/tt_metal/test_untilize_eltwise_binary
rtawfik01 commented 2 hours ago

Merged here: https://github.com/tenstorrent/tt-metal/pull/9967