-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ghstack-source-id: 73d59258856da7688e58f11c12ba26c904207ce9 Pull Request resolved: https://github.com/fairinternal/xformers/pull/839 __original_commit__ = fairinternal/xformers@1e667b7d28ff062a52c828807491039e6e53c3d7
- Loading branch information
danthe3rd
authored and
xFormers Bot
committed
Oct 13, 2023
1 parent
8d50e38
commit 59ec470
Showing
3 changed files
with
10 additions
and
7 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
Submodule flash-attention
updated
12 files
+7 −9 | .github/workflows/publish.yml | |
+101 −4 | README.md | |
+15 −6 | csrc/flash_attn/flash_api.cpp | |
+3 −0 | csrc/flash_attn/src/flash.h | |
+8 −8 | csrc/flash_attn/src/flash_bwd_launch_template.h | |
+3 −2 | csrc/flash_attn/src/flash_fwd_kernel.h | |
+11 −11 | csrc/flash_attn/src/flash_fwd_launch_template.h | |
+1 −1 | flash_attn/__init__.py | |
+10 −2 | flash_attn/flash_attn_interface.py | |
+2 −1 | setup.py | |
+18 −7 | tests/test_flash_attn.py | |
+2 −2 | training/Dockerfile |