Skip to content

Commit

Permalink
disable partial attention tests on rocm
Browse files Browse the repository at this point in the history
  • Loading branch information
tenpercent committed Mar 1, 2024
1 parent b585563 commit 6752f07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_mem_eff_attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -2688,6 +2688,7 @@ def paged_attention_run_inner(
torch.testing.assert_close(y_swapped, y_packed)


@disable_on_rocm
@sm80_or_better_only
@pytest.mark.parametrize(
"op",
Expand Down Expand Up @@ -2748,7 +2749,7 @@ def test_merge_attentions_nobias(
assert lse is None


@sm80_or_better_only
@disable_on_rocm
@sm80_or_better_only
@pytest.mark.parametrize(
"dtype,op",
Expand Down

0 comments on commit 6752f07

Please sign in to comment.