Skip to content

Commit

Permalink
#7179: enabling test case. The issue was not reproducible on 8.12 dri…
Browse files Browse the repository at this point in the history
…ver.
  • Loading branch information
shwetankTT committed May 20, 2024
1 parent 774d82c commit 4f3349a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ttnn/unit_tests/operations/test_conv2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ def test_sd_conv(
# (1, 1280, 2560, 8, 8, 3, 3, 1, 1, 1, 1, False, None),
# (1, 1280, 2560, 16, 16, 3, 3, 1, 1, 1, 1, False, None),
# # sd convs with HxW=64x64 with batch size=2
# (2, 320, 16, 64, 64, 3, 3, 1, 1, 1, 1, True, None), ## TODO: DISABLED DUE TO FLAKY HANG issue #7179
(2, 320, 16, 64, 64, 3, 3, 1, 1, 1, 1, True, None),
(2, 320, 320, 64, 64, 3, 3, 1, 1, 1, 1, False, {"act_block_h": 64}),
(2, 320, 320, 64, 64, 3, 3, 2, 2, 1, 1, False, None), # fits with bfloat8_b
(2, 640, 640, 32, 32, 3, 3, 1, 1, 1, 1, False, {"act_block_h": 64}),
Expand Down

0 comments on commit 4f3349a

Please sign in to comment.