Skip to content

Commit 77bd6af

Browse files
zhyncsjimoosciuc
authored andcommitted
chore: upgrade DeepGEMM (sgl-project#5395)
1 parent 394a3fc commit 77bd6af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sgl-kernel/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ find_package(Python COMPONENTS Interpreter Development.Module ${SKBUILD_SABI_COM
1212
set(CMAKE_CXX_STANDARD 17)
1313
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3")
1414

15-
# Cuda
15+
# CUDA
1616
enable_language(CUDA)
1717
find_package(CUDAToolkit REQUIRED)
1818
set_property(GLOBAL PROPERTY CUDA_SEPARABLE_COMPILATION ON)
@@ -47,7 +47,7 @@ FetchContent_Populate(repo-cutlass)
4747
FetchContent_Declare(
4848
repo-deepgemm
4949
GIT_REPOSITORY https://github.com/deepseek-ai/DeepGEMM
50-
GIT_TAG c187c23ba8dcdbad91720737e8be9c43700cb9e9
50+
GIT_TAG 4499c4ccbb5d3958b1a069f29ef666156a121278
5151
GIT_SHALLOW OFF
5252
)
5353
FetchContent_Populate(repo-deepgemm)

0 commit comments

Comments
 (0)