-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing skip_for_blackhole and fix some minor issues for blackhole c…
…onv2d (#17222) ### Issues #17221 #17216 ### Problem description Enable conv2d blackhole tests - to begin with, remove the skips in `tests/ttnn/unit_tests/operations/test_new_conv2d.py` and provide a report about state of tests. Fix minor bugs described in issues. ### What's changed - Removed `@skip_for_blackhole()` for tests that already run on wormhole_b0 - Removed skip for tests that needs 8x8 grid for blackhole - it caused OOM for 8x7 grid on wormhole_b0, it should not be case on blackhole - Removed some unused imports and functions from - Changed alignment of an output tensor in `calculate_L1_usage` function - Removed fatals for num_cores in width sharded factory - Added workaround for shallow convs (from [#17058](#17058), fyi @mywoodstock) - Changed act_block_w_div from 2 to 1 in some tests (this value is correlated with the number of input channels and grid size; 2 becomes invalid in these cases for blackhole due to the increased grid size) ### State of blackhole tests after this changes repro: `pytest tests/ttnn/unit_tests/operations/test_new_conv2d.py` PASSED: 2301 FAILED: 8 99.7% pass rate Of the tests that fail: 8 of them fail because of PCC error - #17226 ### Checklist - [x] Post commit CI passes - https://github.com/tenstorrent/tt-metal/actions/runs/13058074023 - [ ] Blackhole Post commit (if applicable) - [x] Model regression CI testing passes (if applicable) - https://github.com/tenstorrent/tt-metal/actions/runs/13070618785 - [ ] Device performance regression CI testing passes (if applicable) - [ ] **(For models and ops writers)** Full [new models](https://github.com/tenstorrent/tt-metal/actions/workflows/full-new-models-suite.yaml) tests passes - [ ] New/Existing tests provide coverage for changes
- Loading branch information
Showing
4 changed files
with
23 additions
and
45 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