Skip to content

Commit e726913

Browse files
committed
remove redundant option
1 parent 84abf9e commit e726913

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,6 @@ if(USE_NVTX)
171171
set(CMAKE_CUDA_FLAGS "${CMAKE_CUDA_FLAGS} --define-macro USE_NVTX")
172172
endif(USE_NVTX)
173173

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-
181174
###################################################################################################
182175
# - link libraries --------------------------------------------------------------------------------
183176

0 commit comments

Comments
 (0)