Skip to content

Commit

Permalink
Merge branch 'branch-24.10' into hash-occupancy-jni
Browse files Browse the repository at this point in the history
  • Loading branch information
tgujar committed Jul 26, 2024
2 parents a2be671 + e8d8868 commit 22b2654
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "thirdparty/cudf"]
path = thirdparty/cudf
url = https://github.com/rapidsai/cudf.git
branch = branch-24.08
branch = branch-24.10
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ $ ./build/build-in-docker install ...
```

Now cd to ~/repos/NVIDIA/spark-rapids and build with one of the options from
[spark-rapids instructions](https://github.com/NVIDIA/spark-rapids/blob/branch-24.08/CONTRIBUTING.md#building-from-source).
[spark-rapids instructions](https://github.com/NVIDIA/spark-rapids/blob/branch-24.10/CONTRIBUTING.md#building-from-source).

```bash
$ ./build/buildall
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>com.nvidia</groupId>
<artifactId>spark-rapids-jni</artifactId>
<version>24.08.0-SNAPSHOT</version>
<version>24.10.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>RAPIDS Accelerator JNI for Apache Spark</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ rapids_cuda_init_architectures(SPARK_RAPIDS_JNI)

project(
SPARK_RAPIDS_JNI
VERSION 24.08.00
VERSION 24.10.00
LANGUAGES C CXX CUDA
)

Expand Down
2 changes: 1 addition & 1 deletion thirdparty/cudf-pins/rapids-cmake.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1dbd2a9b006b7c798299002dd3e036a76cfbb8e9
3cb2e5cad4932131a4958275f40e66bdcc4ab4a5
8 changes: 4 additions & 4 deletions thirdparty/cudf-pins/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "d0f34061dc80d3c600feede2390eca48bb340fb1",
"git_tag" : "06db0899659368a413cc6885553028274e945096",
"git_url" : "https://github.com/rapidsai/kvikio.git",
"version" : "24.08"
"version" : "24.10"
},
"bs_thread_pool" :
{
Expand Down Expand Up @@ -150,9 +150,9 @@
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "67a78d6370ed34a0ffcb3aa9c77299e2a7ea1ee5",
"git_tag" : "fd4af2f9846caa7771d7418f322965d63add0981",
"git_url" : "https://github.com/rapidsai/rmm.git",
"version" : "24.08"
"version" : "24.10"
},
"spdlog" :
{
Expand Down

0 comments on commit 22b2654

Please sign in to comment.