Skip to content

Commit

Permalink
Update submodule cudf to 33b8dfa42ff9a600adfa6d10c7740169a0340338 (#2470
Browse files Browse the repository at this point in the history
)

Signed-off-by: spark-rapids automation <[email protected]>
  • Loading branch information
nvauto authored Oct 5, 2024
1 parent ec8b4d5 commit 49e5f50
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
+1 −1 ci/test_python_cudf.sh
+1 −1 conda/environments/all_cuda-118_arch-x86_64.yaml
+1 −1 conda/environments/all_cuda-125_arch-x86_64.yaml
+1 −1 conda/recipes/cudf/meta.yaml
+1 −1 conda/recipes/pylibcudf/meta.yaml
+5 −1 dependencies.yaml
+14 −35 python/cudf/cudf/_lib/string_casting.pyx
+17 −52 python/cudf/cudf/_lib/strings/convert/convert_fixed_point.pyx
+1 −1 python/cudf/cudf/core/_compat.py
+1 −1 python/cudf/pyproject.toml
+1 −1 python/dask_cudf/pyproject.toml
+1 −1 python/pylibcudf/pylibcudf/libcudf/strings/convert/convert_durations.pxd
+4 −4 python/pylibcudf/pylibcudf/libcudf/strings/convert/convert_fixed_point.pxd
+3 −3 python/pylibcudf/pylibcudf/libcudf/strings/convert/convert_ipv4.pxd
+3 −1 python/pylibcudf/pylibcudf/strings/convert/CMakeLists.txt
+7 −1 python/pylibcudf/pylibcudf/strings/convert/__init__.pxd
+7 −1 python/pylibcudf/pylibcudf/strings/convert/__init__.py
+3 −3 python/pylibcudf/pylibcudf/strings/convert/convert_durations.pxd
+63 −10 python/pylibcudf/pylibcudf/strings/convert/convert_durations.pyx
+11 −0 python/pylibcudf/pylibcudf/strings/convert/convert_fixed_point.pxd
+107 −0 python/pylibcudf/pylibcudf/strings/convert/convert_fixed_point.pyx
+10 −0 python/pylibcudf/pylibcudf/strings/convert/convert_ipv4.pxd
+92 −0 python/pylibcudf/pylibcudf/strings/convert/convert_ipv4.pyx
+0 −43 python/pylibcudf/pylibcudf/tests/test_string_convert.py
+61 −0 python/pylibcudf/pylibcudf/tests/test_string_convert_durations.py
+34 −0 python/pylibcudf/pylibcudf/tests/test_string_convert_fixed_point.py
+31 −0 python/pylibcudf/pylibcudf/tests/test_string_convert_ipv4.py
2 changes: 1 addition & 1 deletion thirdparty/cudf-pins/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "815003232d90a45fe6867214e73284649c639066",
"git_tag" : "c494395e58288cac16321ce90e9b15f3508ae89a",
"git_url" : "https://github.com/rapidsai/rmm.git",
"version" : "24.12"
},
Expand Down

0 comments on commit 49e5f50

Please sign in to comment.