Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FA] add bwd variants for warp spec #91

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 8 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
1 change: 1 addition & 0 deletions test/test_gpu/skip_tests_h100_pytorch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ flash_attention:
- triton_tutorial_flash_v2_ws
- triton_tutorial_flash_v2_tma_ws
- triton_tutorial_flash_v2_tma_ws_persistent
- triton_tutorial_flash_v2_bwd_ws
xuzhao9 marked this conversation as resolved.
Show resolved Hide resolved
fp8_attention:
- colfax_fmha
# triton_flash_v2 requires triton-main
Expand Down
1 change: 1 addition & 0 deletions test/test_gpu/skip_tests_h100_triton_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ flash_attention:
- triton_tutorial_flash_v2_ws
- triton_tutorial_flash_v2_tma_ws
- triton_tutorial_flash_v2_tma_ws_persistent
- triton_tutorial_flash_v2_bwd_ws
fp8_attention:
# fb-only kernel
- colfax_fmha
Expand Down
Loading
Loading