tenstorrent / tt-metal

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

Deprecate old `interleaved_to_sharded` #7735

Open TT-BrianLiu opened 4 months ago

TT-BrianLiu commented 4 months ago

This version of interleaved_to_sharded has incorrect logic for BLOCK sharding. It's unncessary. Tests in tests/tt_eager/python_api_testing/unit_testing/misc/test_sharded.py with BLOCK sharded fails and need to be re-enabled.

image
jliangTT commented 4 months ago

@TT-BrianLiu , are you working on this or i should mark it as todo

TT-BrianLiu commented 4 months ago

TODO. This is low priority