Skip to content

Commit

Permalink
add 7.5 architecture back
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 14, 2023
1 parent b4d583c commit 2bb9cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ if(USE_CUDA)

# reference for mapping of CUDA toolkit component versions to supported architectures ("compute capabilities"):
# https://en.wikipedia.org/wiki/CUDA#GPUs_supported
set(CUDA_ARCHS "6.0" "6.1" "6.2" "7.0")
set(CUDA_ARCHS "6.0" "6.1" "6.2" "7.0" "7.5")
if(CUDA_VERSION VERSION_GREATER_EQUAL "11.0")
list(APPEND CUDA_ARCHS "8.0")
endif()
Expand Down

0 comments on commit 2bb9cd7

Please sign in to comment.