Skip to content

Commit

Permalink
add89-real
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Sep 1, 2023
1 parent ccb52ba commit df549a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/caches/ci/release/cuda-86.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(THIRD_PARTY_MIRROR aliyun CACHE STRING "")
set(PIP_INDEX_MIRROR "https://pypi.tuna.tsinghua.edu.cn/simple" CACHE STRING "")
set(CMAKE_BUILD_TYPE Release CACHE STRING "")
set(CMAKE_GENERATOR Ninja CACHE STRING "")
set(CMAKE_CUDA_ARCHITECTURES "70-real;80-real;86-real;90-real" CACHE STRING "")
set(CMAKE_CUDA_ARCHITECTURES "70-real;80-real;86-real;89-real;90-real" CACHE STRING "")
set(CUDNN_STATIC OFF CACHE BOOL "")
set(WITH_MLIR ON CACHE BOOL "")
set(BUILD_CPP_API OFF CACHE BOOL "")
Expand Down

0 comments on commit df549a1

Please sign in to comment.