Skip to content

Commit

Permalink
wgrad tests now work under pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Feb 4, 2022
1 parent 78f76df commit 2191918
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/python/contrib/test_cutlass.py
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,6 @@ def test_conv2d_transpose():
)


@pytest.mark.skip("weird")
def test_conv2d_backward_weight():
OC = 8
IC = 16
Expand Down Expand Up @@ -865,7 +864,6 @@ def test_conv2d_backward_weight():
)


@pytest.mark.skip("weird")
def test_conv2d_bwd():
IC = 16
OC = 8
Expand Down

0 comments on commit 2191918

Please sign in to comment.