-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FA2] Release flash-attn-mma split-kv/q🎉 (#160)
* Update and rename flash_attn_mma_tiling.cu to flexiable_flash_attn_mma.cu * Update flexiable_flash_attn_mma.cu * Update flash_attn.cc * Update flash_attn_mma.py * Update flexiable_flash_attn_mma.cu * Update flash_attn_mma.py * Update flash_attn_mma.py * Rename flexiable_flash_attn_mma.cu to flexiable_flash_attn_mma_split_kv.cu * Create flexiable_flash_attn_mma_split_q.cu * Update flexiable_flash_attn_mma_split_kv.cu * Update flexiable_flash_attn_mma_split_q.cu * Update flash_attn.cc * Update flash_attn_mma.py * Update flexiable_flash_attn_mma_split_kv.cu * Update flexiable_flash_attn_mma_split_q.cu * Update flash_attn_mma_stage.cu * Update flexiable_flash_attn_mma_split_kv.cu * Update flexiable_flash_attn_mma_split_q.cu * Update flash_attn_mma.py * Update flash_attn_mma.py * Update README.md * Update README.md * Update flexiable_flash_attn_mma_split_kv.cu * Update flash_attn_mma_naive.cu * Update utils.h * Update flash_attn_mma.py * Update flexiable_flash_attn_mma_split_q.cu * support flash-attn-mma split-q * support flash-attn-mma split-q * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update .gitmodules * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * support flash-attn-mma split-q * support flash-attn-mma split-q * Update README.md * support flash-attn-mma split-q * support flash-attn-mma split-q * support flash-attn-mma split-q * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * support flash-attn-mma split-q * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md
- Loading branch information
Showing
19 changed files
with
1,513 additions
and
1,558 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,5 @@ outupt | |
bin | ||
*.log | ||
*.txt | ||
*.tex | ||
*.tex | ||
__pycache__ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,5 @@ outupt | |
bin | ||
*.log | ||
*.txt | ||
*.tex | ||
*.tex | ||
__pycache__ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[submodule "third-party/cutlass"] | ||
path = third-party/cutlass | ||
url = https://github.com/NVIDIA/cutlass.git | ||
tag = v3.5.1 | ||
tag = v3.5.1 |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
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
Oops, something went wrong.