Skip to content

Commit

Permalink
[submodule-sync] bot-submodule-sync-branch-25.02 to branch-25.02 [ski…
Browse files Browse the repository at this point in the history
…p ci] [bot] (#2670)

* Update submodule cudf to f5955929b06e2a4609b9fca0e3f949afb9b1dadd

Signed-off-by: spark-rapids automation <[email protected]>

* Update pinned versions for cudf f5955929b06e2a4609b9fca0e3f949afb9b1dadd

Signed-off-by: spark-rapids automation <[email protected]>

---------

Signed-off-by: spark-rapids automation <[email protected]>
  • Loading branch information
nvauto authored Dec 10, 2024
1 parent bc6b800 commit cc2829e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 27 files
+12 −8 cpp/include/cudf/detail/utilities/integer_utils.hpp
+7 −4 java/src/main/java/ai/rapids/cudf/Rmm.java
+6 −1 java/src/main/java/ai/rapids/cudf/RmmAllocationMode.java
+13 −2 java/src/main/java/ai/rapids/cudf/RmmCudaAsyncMemoryResource.java
+15 −5 java/src/main/native/src/RmmJni.cpp
+0 −1 python/cudf/cudf/_lib/CMakeLists.txt
+0 −1 python/cudf/cudf/_lib/__init__.py
+0 −15 python/cudf/cudf/_lib/strings/CMakeLists.txt
+0 −15 python/cudf/cudf/_lib/strings/__init__.py
+0 −24 python/cudf/cudf/_lib/strings/convert/CMakeLists.txt
+0 −0 python/cudf/cudf/_lib/strings/convert/__init__.pxd
+0 −0 python/cudf/cudf/_lib/strings/convert/__init__.py
+0 −76 python/cudf/cudf/_lib/strings/convert/convert_fixed_point.pyx
+0 −19 python/cudf/cudf/_lib/strings/convert/convert_floats.pyx
+0 −20 python/cudf/cudf/_lib/strings/convert/convert_integers.pyx
+0 −32 python/cudf/cudf/_lib/strings/convert/convert_lists.pyx
+0 −48 python/cudf/cudf/_lib/strings/convert/convert_urls.pyx
+0 −22 python/cudf/cudf/_lib/strings/split/CMakeLists.txt
+0 −0 python/cudf/cudf/_lib/strings/split/__init__.pxd
+0 −0 python/cudf/cudf/_lib/strings/split/__init__.py
+0 −35 python/cudf/cudf/_lib/strings/split/partition.pyx
+0 −155 python/cudf/cudf/_lib/strings/split/split.pyx
+10 −5 python/cudf/cudf/core/column/decimal.py
+7 −3 python/cudf/cudf/core/column/lists.py
+208 −38 python/cudf/cudf/core/column/string.py
+1 −4 python/cudf/cudf/core/tools/datetimes.py
+36 −30 python/cudf/cudf/core/tools/numeric.py
2 changes: 1 addition & 1 deletion thirdparty/cudf-pins/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "924a8519a12a4d83e5153a153f14a42170ce90b4",
"git_tag" : "d49ed59b77e37effa912b8546226111f4c154c18",
"git_url" : "https://github.com/rapidsai/kvikio.git",
"version" : "25.02"
},
Expand Down

0 comments on commit cc2829e

Please sign in to comment.