Skip to content

Commit

Permalink
Build: disable sm_90 arch for forward compatibility on CUDA 11.2 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
caic99 authored Mar 7, 2024
1 parent 883671c commit 668c729
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions unidock/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ if(NOT DEFINED CMAKE_CUDA_ARCHITECTURES)
# https://en.wikipedia.org/wiki/CUDA#GPUs_supported
set(CMAKE_CUDA_ARCHITECTURES
70 # V100

# 75 # RTX 20, T4
80 # A100, A800

# 86 # RTX 30 89 # RTX 40, L40
90 # H100
# 90 # H100
)
endif()

Expand Down

0 comments on commit 668c729

Please sign in to comment.