From 4b65ed42cc8864879acafeeef1ce811be7c32700 Mon Sep 17 00:00:00 2001 From: Johnny Date: Tue, 21 Oct 2025 21:18:25 -0700 Subject: [PATCH] [NVIDIA] upstream FA4 and fix cccl path (#11929) --- sgl-kernel/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sgl-kernel/CMakeLists.txt b/sgl-kernel/CMakeLists.txt index 3a5eb6ec3..24134f5fe 100644 --- a/sgl-kernel/CMakeLists.txt +++ b/sgl-kernel/CMakeLists.txt @@ -92,7 +92,7 @@ FetchContent_Populate(repo-flashinfer) FetchContent_Declare( repo-flash-attention GIT_REPOSITORY https://github.com/sgl-project/sgl-attn - GIT_TAG ff87110aad048bb8c4e6effea4c563ddae88b0eb + GIT_TAG f20a52329482ddca4a627b2f028f88c2959ee299 GIT_SHALLOW OFF ) FetchContent_Populate(repo-flash-attention) @@ -101,7 +101,7 @@ FetchContent_Populate(repo-flash-attention) FetchContent_Declare( repo-flash-attention-origin GIT_REPOSITORY https://github.com/Dao-AILab/flash-attention.git - GIT_TAG 04adaf0e9028d4bec7073f69e4dfa3f6d3357189 + GIT_TAG 9dbed03d1a7a5862998c182c83d8265fea9dc21b GIT_SHALLOW OFF ) FetchContent_Populate(repo-flash-attention-origin)