Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions op_tests/triton_tests/test_la.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
)
from aiter.ops.triton._triton_kernels.lean_atten import _get_config
import aiter.ops.triton.utils._triton.arch_info as arch_info
import pytest


def get_lean_attn_inputs(
Expand Down Expand Up @@ -324,6 +325,7 @@ def reference_attention(q, k, v, n_ctx, n_ctx_q, sm_scale, causal):
# (False, 1, 64, 4096, [4096], 128, 304, torch.float16, 128, 16, 3, 4),
],
)
@pytest.mark.skip(reason="This test is temporarily disabled.")
def test_persistent_lean_attention(
request,
causal,
Expand Down
Loading