Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[runtime] setting ROW_MAJOR layout for empty op (#470)
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.
- Loading branch information