Commit cdff361
authored
Fix groupnorm multicore coregrid assert (tenstorrent#26153)
### Problem description
Groupnorm r/c x/y relationship is reversed. This leads to an
inappropriate TT_FATAL assert which limits the coregrid that can be used
by groupnorm.
### What's changed
The initial solution is to fix the relationship between r/c and x/y in
this assert.
Opening PR on behalf of @sadesoyeTT @jonathansuTT
### Checklist
- [x] APC
https://github.com/tenstorrent/tt-metal/actions/runs/166834300001 parent 94f1943 commit cdff361
File tree
1 file changed
+3
-3
lines changed- ttnn/cpp/ttnn/operations/normalization/groupnorm/device/multi_core
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1199 | 1199 | | |
1200 | 1200 | | |
1201 | 1201 | | |
1202 | | - | |
| 1202 | + | |
1203 | 1203 | | |
1204 | | - | |
1205 | | - | |
| 1204 | + | |
| 1205 | + | |
1206 | 1206 | | |
1207 | 1207 | | |
1208 | 1208 | | |
| |||
0 commit comments