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: 1 addition & 1 deletion tests/attention/test_xqa_batch_decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ def test_xqa_batch_decode(

@pytest.mark.skipif(
get_compute_capability(torch.device(device="cuda"))[0] not in [12],
reason="XQA with NVFP4 KV is only supported on SM120 GPUs",
reason="XQA with NVFP4 KV is only supported on SM120/SM121 GPUs",
)
@pytest.mark.parametrize(
"batch_size,q_len_per_req,page_size,num_kv_heads,head_grp_size",
Expand Down
Loading