Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#0: Restrict forced single core untilize on BH to non-sharded cases (#…
…15353) ### Problem description Forcing single core on BH for sharded tensors was causing failures in recently-enabled tests in BH post-commit. ### What's changed This commit adds another check that only forces single core on BH when the input and output tensors are not sharded. ### Checklist - [ ] Post commit CI passes - [x] Blackhole Post commit (https://github.com/tenstorrent/tt-metal/actions/runs/11963996332) - [ ] Model regression CI testing passes (if applicable) - [ ] Device performance regression CI testing passes (if applicable) - [ ] New/Existing tests provide coverage for changes
- Loading branch information