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 bf80b02 commit 73f7e51Copy full SHA for 73f7e51
cmake/modules/CUDA.cmake
@@ -60,7 +60,7 @@ if(USE_CUDA)
60
message(STATUS "Build with Thrust support")
61
cmake_minimum_required(VERSION 3.13) # to compile CUDA code
62
enable_language(CUDA)
63
- set(CMAKE_CUDA_FLAGS "${CMAKE_CUDA_FLAGS} --extended-lambda")
+ set(CMAKE_CUDA_FLAGS "${CMAKE_CUDA_FLAGS} --expt-extended-lambda")
64
file(GLOB CONTRIB_THRUST_SRC src/runtime/contrib/thrust/*.cu)
65
list(APPEND RUNTIME_SRCS ${CONTRIB_THRUST_SRC})
66
endif(USE_THRUST)
0 commit comments