Skip to content

Commit

Permalink
#7126: remove skip for test_sd_matmul test
Browse files Browse the repository at this point in the history
  • Loading branch information
bbradelTT committed Jan 14, 2025
1 parent 9ad054d commit 8a314f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ttnn/unit_tests/operations/test_matmul.py
Original file line number Diff line number Diff line change
Expand Up @@ -1719,7 +1719,6 @@ def test_falcon_query_key_value_matmul(device, batch_size, m_size, k_size, n_siz


# @skip_for_grayskull()
@pytest.mark.skipif(is_wormhole_b0() or is_blackhole(), reason="Unsupported on WH and BH")
@pytest.mark.parametrize(
"batch_size, channel_a, channel_b, m_size, k_size, n_size, has_bias",
[
Expand Down

0 comments on commit 8a314f6

Please sign in to comment.