Skip to content

Commit

Permalink
#0: disable mamtul test
Browse files Browse the repository at this point in the history
  • Loading branch information
yugaoTT committed Apr 22, 2024
1 parent a7c6c4e commit fec9b7f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
)


@skip_for_wormhole_b0()
@pytest.mark.skipif(is_grayskull(), reason="GS does not support fp32")
@pytest.mark.parametrize("has_bias", [False], ids=["no_bias"])
@pytest.mark.parametrize(
Expand Down Expand Up @@ -343,6 +344,7 @@ def test_multi_core_matmul_2d_wh(
assert passing


@skip_for_wormhole_b0()
@pytest.mark.skipif(is_grayskull(), reason="GS does not support fp32")
@pytest.mark.parametrize("has_bias", [False], ids=["no_bias"])
@pytest.mark.parametrize(
Expand Down

0 comments on commit fec9b7f

Please sign in to comment.