Skip to content

Commit

Permalink
Init version 25.02.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: nvauto <[email protected]>
  • Loading branch information
nvauto committed Nov 25, 2024
1 parent d101065 commit ee2a41c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/SQL+DF-Examples/tpcds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This notebook can be opened and executed using standard
It can also be opened and evaluated on hosted Notebook environments. Use the link below to launch on
Google Colab and connect it to a [GPU instance](https://research.google.com/colaboratory/faq.html).

<a target="_blank" href="https://colab.research.google.com/github/NVIDIA/spark-rapids-examples/blob/branch-24.12/examples/SQL%2BDF-Examples/tpcds/notebooks/TPCDS-SF10.ipynb">
<a target="_blank" href="https://colab.research.google.com/github/NVIDIA/spark-rapids-examples/blob/branch-25.02/examples/SQL%2BDF-Examples/tpcds/notebooks/TPCDS-SF10.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

Expand Down
2 changes: 1 addition & 1 deletion examples/UDF-Examples/RAPIDS-accelerated-UDFs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
user defined functions for use with the RAPIDS Accelerator
for Apache Spark
</description>
<version>24.12.0-SNAPSHOT</version>
<version>25.02.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

cmake_minimum_required(VERSION 3.28.6 FATAL_ERROR)

file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-24.12/RAPIDS.cmake
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-25.02/RAPIDS.cmake
${CMAKE_BINARY_DIR}/RAPIDS.cmake)
include(${CMAKE_BINARY_DIR}/RAPIDS.cmake)

Expand All @@ -32,7 +32,7 @@ if(DEFINED GPU_ARCHS)
endif()
rapids_cuda_init_architectures(UDFEXAMPLESJNI)

project(UDFEXAMPLESJNI VERSION 24.12.0 LANGUAGES C CXX CUDA)
project(UDFEXAMPLESJNI VERSION 25.02.0 LANGUAGES C CXX CUDA)

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

rapids_cpm_init()
rapids_cpm_find(cudf 24.12.00
rapids_cpm_find(cudf 25.02.00
CPM_ARGS
GIT_REPOSITORY https://github.com/rapidsai/cudf.git
GIT_TAG branch-24.12
GIT_TAG branch-25.02
GIT_SHALLOW TRUE
SOURCE_SUBDIR cpp
OPTIONS "BUILD_TESTS OFF"
Expand Down

0 comments on commit ee2a41c

Please sign in to comment.