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 fc06813 commit c16181cCopy full SHA for c16181c
src/CMakeLists.txt
@@ -7,7 +7,6 @@ set(CMAKE_CXX_EXTENSIONS OFF)
7
set(LIBRARY_ONLY 0 CACHE BOOL "Do not build executables")
8
9
set(NVCC_FLAGS)
10
-list(APPEND NVCC_FLAGS -arch=native)
11
list(APPEND NVCC_FLAGS --extended-lambda)
12
list(APPEND NVCC_FLAGS --expt-relaxed-constexpr)
13
list(APPEND NVCC_FLAGS -rdc=true)
0 commit comments