Skip to content

Commit 403b855

Browse files
authored
Add sm_120 for blackwell (#5903)
1 parent 1698e94 commit 403b855

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sgl-kernel/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ if ("${CUDA_VERSION}" VERSION_GREATER_EQUAL "12.8" OR SGL_KERNEL_ENABLE_SM100A)
132132
list(APPEND SGL_KERNEL_CUDA_FLAGS
133133
"-gencode=arch=compute_100,code=sm_100"
134134
"-gencode=arch=compute_100a,code=sm_100a"
135+
"-gencode=arch=compute_120,code=sm_120"
135136
)
136137
else()
137138
list(APPEND SGL_KERNEL_CUDA_FLAGS

0 commit comments

Comments
 (0)