tenstorrent / tt-mlir

Tenstorrent MLIR compiler
https://tenstorrent.github.io/tt-mlir/
Apache License 2.0
51 stars 7 forks source link

[runtime] setting ROW_MAJOR layout for empty op #470

Closed pilkicTT closed 2 weeks ago

pilkicTT commented 3 weeks ago

There seems to be an issue with implementation of ttnn::empty() for TILE layout in cases where the tensor needs to be padded.

Switching to ROW_MAJOR as a workaround - since we are anyhow not properly using tensors created via empty.