Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
  • Loading branch information
manman-ren committed Nov 27, 2024
1 parent de3628b commit 1f3f98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tritonbench/kernels/triton_fused_attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ def _attn_fwd_inner_ws(
)
for BM in [128]
for BN in [128]
for mult in [1] #, 2, 4, 8, 16]
for mult in [1]
for sched in schedList
for enable_tma in tmaList
for enable_ws in [True]
Expand Down

0 comments on commit 1f3f98d

Please sign in to comment.