-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ttnn.from_torch for 0D/1D tensors with tile layout (#16484)
### Ticket ### Problem description Part 3 of the original PR for `ttnn.from_torch` support for 0D/1D tensors with tile layout which got reverted previously ### What's changed Variety of Shape fixes throughout the codebase ### Checklist - [x] [Post commit CI passes](https://github.com/tenstorrent/tt-metal/actions/runs/12649999245) - [x] [T3K unit tests CI passes](https://github.com/tenstorrent/tt-metal/actions/runs/12703587849) - [x] [T3K frequent CI passes](https://github.com/tenstorrent/tt-metal/actions/runs/12703592302) - [x] [MLIR on push CI passes](https://github.com/tenstorrent/tt-mlir/actions/runs/1270370182) - [x] [Model regression CI testing passes](https://github.com/tenstorrent/tt-metal/actions/runs/12650502927) - [x] [Device performance regression CI testing passes](https://github.com/tenstorrent/tt-metal/actions/runs/12650499944) - [x] [Demo tests](https://github.com/tenstorrent/tt-metal/actions/runs/12650494382) - [x] New/Existing tests provide coverage for changes
- Loading branch information
1 parent
9c5a0b2
commit b2912fe
Showing
18 changed files
with
208 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.