Skip to content

Commit d40ee2d

Browse files
authored
Revert "FIX: disable warpspeed scan (#2062)" (#2074)
This reverts commit fc3d6c1. rapidsai/rapids-cmake#1018 updated to a newer CCCL version with a fix for the Warpspeed kernel bugs. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) - Micka (https://github.com/lowener) - Corey J. Nolet (https://github.com/cjnolet) URL: #2074
1 parent 77e350b commit d40ee2d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

cpp/cmake/modules/ConfigureCUDA.cmake

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# =============================================================================
22
# cmake-format: off
3-
# SPDX-FileCopyrightText: Copyright (c) 2018-2026, NVIDIA CORPORATION.
3+
# SPDX-FileCopyrightText: Copyright (c) 2018-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
44
# SPDX-License-Identifier: Apache-2.0
55
# cmake-format: on
66
# =============================================================================
@@ -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)