-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#15205: Remove restriction of input_nsticks_per_core % w == 0
### Problem description Currently, whole input row is processed per core which inefficient since other cores could be idle ### What's changed Distribute work to all possible cores. ### Checklist - [X] Post commit CI passes [Link](https://github.com/tenstorrent/tt-metal/actions/runs/12689604385) - [X] Nightly fast dispatch [Link](https://github.com/tenstorrent/tt-metal/actions/runs/12689606390) - [X] Model regression CI testing passes [Link](https://github.com/tenstorrent/tt-metal/actions/runs/12689608961) - [X] Device performance regression CI testing passes (if applicable) [Link](https://github.com/tenstorrent/tt-metal/actions/runs/12689611247) - [X] **(For models and ops writers)** Full [new models](https://github.com/tenstorrent/tt-metal/actions/workflows/full-new-models-suite.yaml) tests [Link](https://github.com/tenstorrent/tt-metal/actions/runs/12689614322) --------- Signed-off-by: Nilaykumar Patel <[email protected]>
- Loading branch information
1 parent
d6d2961
commit f8e5666
Showing
4 changed files
with
201 additions
and
73 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.