-
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
…16374) ### Ticket #16318 ### Problem description Conv2d with large input height/width leads to OOM due to big CBs. ### What's changed By enabling act_block_h_override, it reduces the size of CBs, preventing OOM errors. ### Checklist - [x] Post commit CI [passes](https://github.com/tenstorrent/tt-metal/actions/runs/12592969729) - [x] New/Existing tests provide coverage for changes
- Loading branch information
1 parent
a9c2b0e
commit c675228
Showing
4 changed files
with
211 additions
and
204 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
Oops, something went wrong.