Skip to content

Commit

Permalink
#12662: adjust shapes to be tile sized for max unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
bbradelTT committed Dec 20, 2024
1 parent a4b4d79 commit 51ecc98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/ttnn/unit_tests/operations/test_max.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ def test_max_global(device, batch_size, h, w):
@pytest.mark.parametrize(
"input_shape_and_dim",
[
((2, 32, 64, 64), -4),
((2, 32, 64, 64), -3),
((2, 32, 64), -3),
((32, 32, 32, 64), -4),
((2, 32, 32, 64), -3),
((32, 32, 64), -3),
],
)
@pytest.mark.parametrize("keepdim", [True, False])
Expand Down

0 comments on commit 51ecc98

Please sign in to comment.