We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394a3fc commit 77bd6afCopy full SHA for 77bd6af
sgl-kernel/CMakeLists.txt
@@ -12,7 +12,7 @@ find_package(Python COMPONENTS Interpreter Development.Module ${SKBUILD_SABI_COM
12
set(CMAKE_CXX_STANDARD 17)
13
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3")
14
15
-# Cuda
+# CUDA
16
enable_language(CUDA)
17
find_package(CUDAToolkit REQUIRED)
18
set_property(GLOBAL PROPERTY CUDA_SEPARABLE_COMPILATION ON)
@@ -47,7 +47,7 @@ FetchContent_Populate(repo-cutlass)
47
FetchContent_Declare(
48
repo-deepgemm
49
GIT_REPOSITORY https://github.com/deepseek-ai/DeepGEMM
50
- GIT_TAG c187c23ba8dcdbad91720737e8be9c43700cb9e9
+ GIT_TAG 4499c4ccbb5d3958b1a069f29ef666156a121278
51
GIT_SHALLOW OFF
52
)
53
FetchContent_Populate(repo-deepgemm)
0 commit comments