From 55025b92822f1f45a4f22a39716270641bf845ed Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Sun, 14 Sep 2025 15:07:14 -0700 Subject: [PATCH] fix: use latest flashinfer (#10428) --- sgl-kernel/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)