Unverified Commit 6c41fcf0 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

chore: upgrade DeepGEMM (#5395)

parent ee9d6ca6
...@@ -12,7 +12,7 @@ find_package(Python COMPONENTS Interpreter Development.Module ${SKBUILD_SABI_COM ...@@ -12,7 +12,7 @@ find_package(Python COMPONENTS Interpreter Development.Module ${SKBUILD_SABI_COM
set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3")
# Cuda # CUDA
enable_language(CUDA) enable_language(CUDA)
find_package(CUDAToolkit REQUIRED) find_package(CUDAToolkit REQUIRED)
set_property(GLOBAL PROPERTY CUDA_SEPARABLE_COMPILATION ON) set_property(GLOBAL PROPERTY CUDA_SEPARABLE_COMPILATION ON)
...@@ -47,7 +47,7 @@ FetchContent_Populate(repo-cutlass) ...@@ -47,7 +47,7 @@ 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 c187c23ba8dcdbad91720737e8be9c43700cb9e9 GIT_TAG 4499c4ccbb5d3958b1a069f29ef666156a121278
GIT_SHALLOW OFF GIT_SHALLOW OFF
) )
FetchContent_Populate(repo-deepgemm) FetchContent_Populate(repo-deepgemm)
......
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