Unverified Commit 9d0b36c4 authored by Zhiqiang Xie's avatar Zhiqiang Xie Committed by GitHub
Browse files

fix deepgemm as well (#5030)

parent 7d8c0ce7
...@@ -37,8 +37,8 @@ FetchContent_Populate(repo-cutlass) ...@@ -37,8 +37,8 @@ FetchContent_Populate(repo-cutlass)
FetchContent_Declare( FetchContent_Declare(
repo-deepgemm repo-deepgemm
GIT_REPOSITORY https://github.com/deepseek-ai/DeepGEMM GIT_REPOSITORY https://github.com/deepseek-ai/DeepGEMM
GIT_TAG c57699ac933a93651c34d365797c2d8b41a4765b GIT_TAG c187c23ba8dcdbad91720737e8be9c43700cb9e9
GIT_SHALLOW ON GIT_SHALLOW OFF
) )
FetchContent_Populate(repo-deepgemm) FetchContent_Populate(repo-deepgemm)
# flashinfer # flashinfer
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment