[NVIDIA] BUMP FA3 (#11444)

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: ishandhanani <82981111+ishandhanani@users.noreply.github.com>
This commit is contained in:
Johnny
2025-10-13 18:30:57 +02:00
committed by GitHub
parent f35f120d70
commit b8c430f1ce
4 changed files with 75 additions and 66 deletions

View File

@@ -90,7 +90,7 @@ FetchContent_Populate(repo-flashinfer)
FetchContent_Declare(
repo-flash-attention
GIT_REPOSITORY https://github.com/sgl-project/sgl-attn
GIT_TAG f9af0c2a1d82ab1812e6987e9338363cc2bf0f8d
GIT_TAG 36f9456cd48ec57c8d75d8d6b90933d4bedffb6b
GIT_SHALLOW OFF
)
FetchContent_Populate(repo-flash-attention)
@@ -99,7 +99,7 @@ FetchContent_Populate(repo-flash-attention)
FetchContent_Declare(
repo-flash-attention-origin
GIT_REPOSITORY https://github.com/Dao-AILab/flash-attention.git
GIT_TAG 203b9b3dba39d5d08dffb49c09aa622984dff07d
GIT_TAG 5a5a65b48dc99fc7483d2a7d5cfb1d8befa89389
GIT_SHALLOW OFF
)
FetchContent_Populate(repo-flash-attention-origin)