Skip to content

Commit

Permalink
#0: Skip test on N300
Browse files Browse the repository at this point in the history
  • Loading branch information
sankarmanoj-tt committed Feb 21, 2025
1 parent b8f6c7f commit 08ff52d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ttnn/unit_tests/operations/test_new_conv2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -2798,6 +2798,9 @@ def test_small_in_large_out_channels_auto_shard(device, torch_tensor_map):
padding = (0, 0)
height = 128
width = 128
if device.core_grid.y != 8 and is_wormhole_b0():
pytest.skip("Needs 8x8 grid for wormhole_b0")

run_conv(
device,
torch_tensor_map,
Expand Down

0 comments on commit 08ff52d

Please sign in to comment.