Skip to content

Commit 8fb0a2f

Browse files
committed
Revert "FIX: disable warpspeed scan (#2062)"
This reverts commit fc3d6c1.
1 parent 90c18a8 commit 8fb0a2f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

cpp/cmake/modules/ConfigureCUDA.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ if(CUDA_LOG_COMPILE_TIME)
3737
list(APPEND CUVS_CUDA_FLAGS "--time=nvcc_compile_log.csv")
3838
endif()
3939

40-
# disable warpspeed scan / workaround for CCCL bug https://github.com/NVIDIA/cccl/issues/8838
41-
list(APPEND CUVS_CXX_FLAGS "-DCCCL_DISABLE_WARPSPEED_SCAN")
42-
list(APPEND CUVS_CUDA_FLAGS "-DCCCL_DISABLE_WARPSPEED_SCAN")
43-
4440
list(APPEND CUVS_CUDA_FLAGS --expt-extended-lambda --expt-relaxed-constexpr)
4541
list(APPEND CUVS_CXX_FLAGS "-DCUDA_API_PER_THREAD_DEFAULT_STREAM")
4642
list(APPEND CUVS_CUDA_FLAGS "-DCUDA_API_PER_THREAD_DEFAULT_STREAM")

0 commit comments

Comments
 (0)