Skip to content

Commit

Permalink
#0: Revert "#18237: Skip new conv2d test_dram_input_mm_conv test beca…
Browse files Browse the repository at this point in the history
…use it breaks after reverting pre-calculation changes"

This reverts commit a8a19fb.

Pavle already fixed. MY BAD
  • Loading branch information
tt-rkim committed Feb 24, 2025
1 parent a8a19fb commit 5e4a848
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ttnn/unit_tests/operations/test_new_conv2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -2651,7 +2651,6 @@ def test_shallow_conv_with_tiled_input(device):

# Tests running conv2d which maps to matmul w/o sharding the input tensor.
# Output tensor is in DRAM.
@pytest.mark.skip("#18237: Need to fix after pre-calculation revert")
@pytest.mark.parametrize("device_params", [{"l1_small_size": 16384}], indirect=True)
@pytest.mark.parametrize("tiled_input", [True, False])
@pytest.mark.parametrize("input_on_device", [True, False])
Expand Down

0 comments on commit 5e4a848

Please sign in to comment.