We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42efe7b commit 6b3b815Copy full SHA for 6b3b815
CMakeLists.txt
@@ -37,10 +37,8 @@ include(rapids-find)
37
rapids_cpm_init(OVERRIDE "${CMAKE_CURRENT_SOURCE_DIR}/cmake/versions.json")
38
39
if(NOT DEFINED CMAKE_CUDA_ARCHITECTURES)
40
- include(rapids-cuda)
41
- set(CMAKE_CUDA_ARCHITECTURES "NATIVE")
42
- message(STATUS "Auto-detecting GPU architectures since CMAKE_CUDA_ARCHITECTURES not defined")
43
- rapids_cuda_init_architectures(MATX)
+ set(CMAKE_CUDA_ARCHITECTURES "native")
+ message(STATUS "Using native GPU architecture since CMAKE_CUDA_ARCHITECTURES not defined")
44
endif()
45
46
# This needs to go after rapids initialization otherwise we get a rapids_export_parse_version error
0 commit comments