-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In case Conv2d maps to matmul device op and
conv2d is in auto shard codepath (input is not sharded, and no sharding was spedified in Conv2dConfig), skip sharding the input and run matmul with input in interleaved tensor. In this case output will be in interleaved tensor as well. This way L1 memory preassure is reduced and pass rate on ttnn torch traces is significantly improved.
- Loading branch information
Pavle Josipovic
committed
Dec 10, 2024
1 parent
60373c8
commit 0631201
Showing
11 changed files
with
248 additions
and
273 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
Oops, something went wrong.