-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### Ticket Link to Github Issue #15732 ### Problem description - CBs don't fit into L1 ### What's changed - adjust block h/w to allow CBs to fit into L1, at least if output is not sharded ### Checklist - [x] Post commit CI passes https://github.com/tenstorrent/tt-metal/actions/runs/12583509804 - [x] Blackhole Post commit (if applicable) https://github.com/tenstorrent/tt-metal/actions/runs/12576215442 - [x] Model regression CI testing passes (if applicable) https://github.com/tenstorrent/tt-metal/actions/runs/12598782714 - [x] Device performance regression CI testing passes (if applicable) https://github.com/tenstorrent/tt-metal/actions/runs/12601098604/job/35121724725 has the same mnist issue as main https://github.com/tenstorrent/tt-metal/actions/runs/12598829248/job/35114714224 although will probably need update because still different - updated expected perf and got a clean run: https://github.com/tenstorrent/tt-metal/actions/runs/12642511513 ``` 2025-01-03 17:33:56.936 | ERROR | models.perf.device_perf_utils:check_device_perf_results:135 - ttnn_functional_convnet_mnist1_ AVG DEVICE KERNEL SAMPLES/S is too slow with 2160.8073, min expected 2716.485. ``` vs ``` 2025-01-03 15:24:13.851 | ERROR | models.perf.device_perf_utils:check_device_perf_results:135 - ttnn_functional_convnet_mnist1_ AVG DEVICE KERNEL SAMPLES/S is too slow with 1938.6871, min expected 2716.485. ``` - [ ] **(For models and ops writers)** Full [new models](https://github.com/tenstorrent/tt-metal/actions/workflows/full-new-models-suite.yaml) tests passes - [x] New/Existing tests provide coverage for changes Also ran some T3k tests: Frequent https://github.com/tenstorrent/tt-metal/actions/runs/12329955947 Unit https://github.com/tenstorrent/tt-metal/actions/runs/12329950882 Demo https://github.com/tenstorrent/tt-metal/actions/runs/12565631818 needs to have expected text updated, besides that same regressions as main https://github.com/tenstorrent/tt-metal/actions/runs/12565308545 - new run has same issues as main only: https://github.com/tenstorrent/tt-metal/actions/runs/12638947085/job/35217119707 And more pipelines: T3k perplexity https://github.com/tenstorrent/tt-metal/actions/runs/12601369497 Single card demo - updated text since program configs changed, now passes https://github.com/tenstorrent/tt-metal/actions/runs/12603042794 T3k model perf - https://github.com/tenstorrent/tt-metal/actions/runs/12601372071 expected perf regressions that are in main
- Loading branch information
Showing
15 changed files
with
438 additions
and
128 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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.