Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Prev Previous commit
Next Next commit
Add sm90 option to CMake builds.
  • Loading branch information
alliepiper committed Aug 16, 2022
commit ae6fc1d42f0cadabae96983e792001a7228662db
2 changes: 1 addition & 1 deletion cmake/CubCudaConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ enable_language(CUDA)
# Architecture options:
#

set(all_archs 35 37 50 52 53 60 61 62 70 72 75 80 86)
set(all_archs 35 37 50 52 53 60 61 62 70 72 75 80 86 90)
set(arch_message "CUB: Explicitly enabled compute architectures:")

# Thrust sets up the architecture flags in CMAKE_CUDA_FLAGS already. Just
Expand Down