-
Notifications
You must be signed in to change notification settings - Fork 96
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 <nkpatel@tenstorrent.com>
- Loading branch information
1 parent
e0f11a7
commit a94c89e
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.