Skip to content

Commit b1e0c06

Browse files
committed
Merge remote-tracking branch 'origin/branch-25.04' into main-release2504-2
2 parents 45440f4 + b72c670 commit b1e0c06

File tree

1 file changed

+5
-5
lines changed
  • examples/UDF-Examples/RAPIDS-accelerated-UDFs/src/main/cpp

1 file changed

+5
-5
lines changed

examples/UDF-Examples/RAPIDS-accelerated-UDFs/src/main/cpp/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#=============================================================================
2-
# Copyright (c) 2021-2024, NVIDIA CORPORATION.
2+
# Copyright (c) 2021-2025, NVIDIA CORPORATION.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616

1717
cmake_minimum_required(VERSION 3.28.6 FATAL_ERROR)
1818

19-
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-25.02/RAPIDS.cmake
19+
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-25.04/RAPIDS.cmake
2020
${CMAKE_BINARY_DIR}/RAPIDS.cmake)
2121
include(${CMAKE_BINARY_DIR}/RAPIDS.cmake)
2222

@@ -32,7 +32,7 @@ if(DEFINED GPU_ARCHS)
3232
endif()
3333
rapids_cuda_init_architectures(UDFEXAMPLESJNI)
3434

35-
project(UDFEXAMPLESJNI VERSION 25.02.0 LANGUAGES C CXX CUDA)
35+
project(UDFEXAMPLESJNI VERSION 25.04.0 LANGUAGES C CXX CUDA)
3636

3737
option(PER_THREAD_DEFAULT_STREAM "Build with per-thread default stream" OFF)
3838
option(BUILD_UDF_BENCHMARKS "Build the benchmarks" OFF)
@@ -84,10 +84,10 @@ set(CMAKE_CUDA_FLAGS "${CMAKE_CUDA_FLAGS} -w --expt-extended-lambda --expt-relax
8484
set(CUDA_USE_STATIC_CUDA_RUNTIME ON)
8585

8686
rapids_cpm_init()
87-
rapids_cpm_find(cudf 25.02.00
87+
rapids_cpm_find(cudf 25.04.00
8888
CPM_ARGS
8989
GIT_REPOSITORY https://github.com/rapidsai/cudf.git
90-
GIT_TAG branch-25.02
90+
GIT_TAG branch-25.04
9191
GIT_SHALLOW TRUE
9292
SOURCE_SUBDIR cpp
9393
OPTIONS "BUILD_TESTS OFF"

0 commit comments

Comments
 (0)