forked from facebookresearch/xformers
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Flash-Attention to v2.5.6 (fairinternal/xformers#1044)
Fixes build for windows as well __original_commit__ = fairinternal/xformers@70e8ba7
- Loading branch information
Showing
5 changed files
with
13 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule flash-attention
updated
13 files
+2 −2 | .github/workflows/publish.yml | |
+1 −1 | README.md | |
+1 −1 | csrc/cutlass | |
+6 −6 | csrc/flash_attn/flash_api.cpp | |
+1 −1 | csrc/flash_attn/src/flash_bwd_kernel.h | |
+5 −1 | csrc/flash_attn/src/flash_bwd_launch_template.h | |
+4 −2 | csrc/flash_attn/src/kernel_traits.h | |
+8 −7 | csrc/flash_attn/src/softmax.h | |
+1 −1 | flash_attn/__init__.py | |
+5 −2 | flash_attn/modules/mha.py | |
+25 −2 | setup.py | |
+38 −28 | tests/test_flash_attn.py | |
+2 −2 | training/Dockerfile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters