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

Add Padding to reshard #7040

Open tarafdarTT opened 5 months ago

tarafdarTT commented 5 months ago

Interleaved to sharded and then sharded to interleaved adds padding for tensors not aligned to 16B, reshard currently does not do that. Required for SD

CC: @mtatsumiTT @AleksKnezevic @davorchap

tarafdarTT commented 5 months ago

CC: @jliangTT

tarafdarTT commented 3 months ago

addressed in here: https://github.com/tenstorrent/tt-metal/pull/8279

tarafdarTT commented 3 months ago

Reopening because commit that addressed this was reverted