Skip to content

Commit

Permalink
#9831: re-enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
aliuTT committed Jul 4, 2024
1 parent 66fd251 commit 27cbc9f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def test_ssm_prefix_scan(L: int, E: int, N: int, num_cores: int, dtype, device):

@skip_for_grayskull("Grayskull not supported")
def test_ssm_prefix_scan_with_program_cache(device, use_program_cache):
pytest.skip("Requires TT_METAL_CLEAR_L1=1 to pass")
L, E, N = 32, 64, 32
num_cores = 1
dtype = ttl.tensor.DataType.BFLOAT8_B
Expand Down

0 comments on commit 27cbc9f

Please sign in to comment.