Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tenpercent committed Feb 28, 2024
1 parent d5a26a6 commit 3560806
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_mem_eff_attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -2242,7 +2242,9 @@ def test_forward_splitk(

@cuda_only
@pytest.mark.parametrize(
"op", [fmha.triton_splitk.FwOp, fmha.flash.FwOp, fmha.ck.FwOp], ids=lambda op: op.NAME
"op",
[fmha.triton_splitk.FwOp, fmha.flash.FwOp, fmha.ck.FwOp],
ids=lambda op: op.NAME,
)
@pytest.mark.parametrize("dtype", [torch.float16, torch.bfloat16], ids=str)
@pytest.mark.parametrize(
Expand Down

0 comments on commit 3560806

Please sign in to comment.