-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix s2i op when shard grid is larger than actual used grid (#15113)
### Ticket #15004 (comment) #14902 ### Problem description Bug occured when running a matmul + s2i ops test, s2i op does not take account that some cores are unused in the passed in sharding grid, and writes extra data to output tensor, causing L1 corruption. Fix is to let s2i use the correct num_cores in shard spec, and let mamtul produce the exact shard grid. ### Checklist - [x] Post commit CI https://github.com/tenstorrent/tt-metal/actions/runs/11894930806 - [x] Blackhole Post commit https://github.com/tenstorrent/tt-metal/actions/runs/11862361147 - [x] nightly https://github.com/tenstorrent/tt-metal/actions/runs/11894947971 - [x] model perf https://github.com/tenstorrent/tt-metal/actions/runs/11894959587 - [x] t3k freq https://github.com/tenstorrent/tt-metal/actions/runs/11894967497
- Loading branch information
Showing
5 changed files
with
252 additions
and
76 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
Oops, something went wrong.