Skip to content

Commit

Permalink
remove ND failing big shape in transpose failures that is already tra…
Browse files Browse the repository at this point in the history
…cked and disabled in test_transpose_2d (#17145)

### Ticket
#17144

### Problem description
This shape fails N-D on main, starting about a month and a half ago

### What's changed
Since this shape is tested earlier in the suite, I'm removing it.

### Checklist
- [ ] Post commit CI passes
https://github.com/tenstorrent/tt-metal/actions/runs/12993059516
- [ ] Blackhole Post commit (if applicable)
- [ ] Model regression CI testing passes (if applicable)
- [ ] 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
sjameelTT authored Jan 27, 2025
1 parent 19f51f9 commit e0ed585
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,6 @@ def test_transpose_failures(config, memory_config, device):
],
[[1, 9, 8, 40], [1, 2], ttnn.ROW_MAJOR_LAYOUT],
[[1, 8, 8, 8], [1, 2], ttnn.ROW_MAJOR_LAYOUT],
[[21843, 768], [0, 1], ttnn.ROW_MAJOR_LAYOUT],
],
)
@pytest.mark.parametrize("memory_config", [ttnn.DRAM_MEMORY_CONFIG])
Expand Down

0 comments on commit e0ed585

Please sign in to comment.