Skip to content

Commit b9a94b8

Browse files
committed
format
1 parent 2dbdce0 commit b9a94b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/flash_attention/test_example_flash_attention.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ def test_example_mha_bwd_bhsd():
5656
@tilelang.testing.requires_cuda
5757
@tilelang.testing.requires_cuda_compute_version_ge(9, 0)
5858
def test_example_mha_bwd_wgmma_pipelined():
59-
example_mha_bwd_wgmma_pipelined.main(
60-
BATCH = 1, H = 32, N_CTX = 256, D_HEAD = 64, causal = False)
59+
example_mha_bwd_wgmma_pipelined.main(BATCH=1, H=32, N_CTX=256, D_HEAD=64, causal=False)
6160

6261

6362
@tilelang.testing.requires_cuda

0 commit comments

Comments
 (0)