diff --git a/sgl-kernel/CMakeLists.txt b/sgl-kernel/CMakeLists.txt index 4d86f6293..5fd991e30 100644 --- a/sgl-kernel/CMakeLists.txt +++ b/sgl-kernel/CMakeLists.txt @@ -81,7 +81,7 @@ FetchContent_Populate(repo-triton) FetchContent_Declare( repo-flashinfer GIT_REPOSITORY https://github.com/flashinfer-ai/flashinfer.git - GIT_TAG 018b551825c8e5579206e6eb9d3229fa679202b3 + GIT_TAG bc29697ba20b7e6bdb728ded98f04788e16ee021 GIT_SHALLOW OFF ) FetchContent_Populate(repo-flashinfer)