Skip to content

Commit 5e75321

Browse files
undo formatting in test_flash_attn.py
1 parent e6e3993 commit 5e75321

2 files changed

Lines changed: 170 additions & 426 deletions

File tree

flash_attn/cute/interface.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,6 @@ def _flash_attn_bwd(
13671367
disable_2cta = (
13681368
requested_disable_2cta
13691369
or block_sparse_tensors is not None
1370-
or softcap != 0.0
13711370
)
13721371
cluster_size = 2 if head_dim >= 128 and not disable_2cta else 1
13731372
use_2cta_instrs = cluster_size==2

0 commit comments

Comments
 (0)