Skip to content

Commit

Permalink
Define CCCL_SUPPRESS_ICC_DEPRECATION_WARNING for all CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Aug 1, 2024
1 parent bb146d8 commit bfc4c32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/build_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ CUDA_ARCHS= # Empty, use presets by default.
GLOBAL_CMAKE_OPTIONS=()
DISABLE_CUB_BENCHMARKS= # Enable to force-disable building CUB benchmarks.

GLOBAL_CMAKE_OPTIONS+=("-DCMAKE_CUDA_FLAGS=-DCCCL_SUPPRESS_ICC_DEPRECATION_WARNING")
GLOBAL_CMAKE_OPTIONS+=("-DCMAKE_CXX_FLAGS=-DCCCL_SUPPRESS_ICC_DEPRECATION_WARNING")

# Check if the correct number of arguments has been provided
function usage {
echo "Usage: $0 [OPTIONS]"
Expand Down

0 comments on commit bfc4c32

Please sign in to comment.