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
3 changes: 0 additions & 3 deletions torch/_inductor/kernel/flex_attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -2273,9 +2273,6 @@ def flex_attention_backward(*args, **kwargs):
or SPARSE_Q_BLOCK_SIZE % BLOCK2 != 0
):
continue
if num_warps == 8:
# Working around https://github.com/pytorch/pytorch/issues/141603
continue

# Performance tuning
cur_kernel_options = original_kernel_options.copy()
Expand Down