"Plugson/www/static/datatables/jquery.dataTables.min.js" did not exist on "9eeb94e8b531278e0769618d57d5d4538a2fabb4"
Unverified Commit 403b855a authored by zhjunqin's avatar zhjunqin Committed by GitHub
Browse files

Add sm_120 for blackwell (#5903)

parent 1698e94e
......@@ -132,6 +132,7 @@ if ("${CUDA_VERSION}" VERSION_GREATER_EQUAL "12.8" OR SGL_KERNEL_ENABLE_SM100A)
list(APPEND SGL_KERNEL_CUDA_FLAGS
"-gencode=arch=compute_100,code=sm_100"
"-gencode=arch=compute_100a,code=sm_100a"
"-gencode=arch=compute_120,code=sm_120"
)
else()
list(APPEND SGL_KERNEL_CUDA_FLAGS
......
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