Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support reduction for 3d & 4d dims (#16236)
### Ticket Link to Github Issue #16118 ### Problem description Provide context for the problem. Current code doesn't support dim.size()>2 ### What's changed Describe the approach used to solve the problem. Summarize the changes made and its impact. Added support for higher dim. Note: it only supports if input_tensor_rank == dim.size(). Other combinations are out of scope of this PR ### Checklist - [x] Post commit CI passes : https://github.com/tenstorrent/tt-metal/actions/runs/12435618460 - [x] Blackhole Post commit (if applicable) : https://github.com/tenstorrent/tt-metal/actions/runs/12435616950 - [x] Model regression CI testing passes (if applicable) : https://github.com/tenstorrent/tt-metal/actions/runs/12435615910 - [x] Device performance regression CI testing passes (if applicable) : https://github.com/tenstorrent/tt-metal/actions/runs/12435614685 - [ ] **(For models and ops writers)** Full [new models](https://github.com/tenstorrent/tt-metal/actions/workflows/full-new-models-suite.yaml) tests passes - [x] New/Existing tests provide coverage for changes --------- Signed-off-by: Amruth Sandhupatla <[email protected]>
- Loading branch information