We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84abf9e commit e726913Copy full SHA for e726913
CMakeLists.txt
@@ -171,13 +171,6 @@ if(USE_NVTX)
171
set(CMAKE_CUDA_FLAGS "${CMAKE_CUDA_FLAGS} --define-macro USE_NVTX")
172
endif(USE_NVTX)
173
174
-option(PER_THREAD_DEFAULT_STREAM "Build with per-thread default stream" OFF)
175
-if(PER_THREAD_DEFAULT_STREAM)
176
- message(STATUS "Using per-thread default stream")
177
- add_compile_definitions(CUDA_API_PER_THREAD_DEFAULT_STREAM)
178
- set(CMAKE_CUDA_FLAGS "${CMAKE_CUDA_FLAGS} --default-stream per-thread")
179
-endif(PER_THREAD_DEFAULT_STREAM)
180
-
181
###################################################################################################
182
# - link libraries --------------------------------------------------------------------------------
183
0 commit comments