-
Notifications
You must be signed in to change notification settings - Fork 87
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 #10860 ### Problem description Conv2dConfig contains Compute kernel specific arguments which should be passed using DeviceComputeKernelConfig ### What's changed Removed compute kernel arguments from Conv2dConfig. `conv2d` takes an additional argument called compute_config. Used pybind to expose helper functions to create DeviceComputeKernelConfig from the model code. ### Checklist - [x] Post commit CI [passes](https://github.com/tenstorrent/tt-metal/actions/runs/11893281772) - [x] Model regression CI testing [passes](https://github.com/tenstorrent/tt-metal/actions/runs/11948195753) - [x] Demo tests [passes](https://github.com/tenstorrent/tt-metal/actions/runs/11935742809) - [x] Device performance regression CI testing [passes](https://github.com/tenstorrent/tt-metal/actions/runs/11936504399) - [x] Nightly CI run. [No new regressions. ](https://github.com/tenstorrent/tt-metal/actions/runs/12005424271)
- Loading branch information
1 parent
7768e89
commit 612744d
Showing
42 changed files
with
441 additions
and
245 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
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.