Skip to content

Commit

Permalink
Update submodule cudf to eeb4bae0b82a87865db306414f9ce7f6946eae80
Browse files Browse the repository at this point in the history
Signed-off-by: spark-rapids automation <[email protected]>
  • Loading branch information
nvauto committed Sep 20, 2024
1 parent b2832d3 commit c36fd1a
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 71 files
+12 −0 .github/workflows/pr.yaml
+3 −1 ci/release/update-version.sh
+27 −0 ci/run_cudf_polars_polars_tests.sh
+69 −0 ci/test_cudf_polars_polars_tests.sh
+7 −0 ci/test_wheel_cudf_polars.sh
+1 −0 cpp/CMakeLists.txt
+808 −0 cpp/src/io/json/host_tree_algorithms.cu
+0 −680 cpp/src/io/json/json_column.cu
+45 −9 cpp/src/io/json/nested_json.hpp
+1 −1 dependencies.yaml
+ docs/cudf/source/_static/Polars_GPU_speedup_80GB.png
+ docs/cudf/source/_static/compute_heavy_queries_polars.png
+ docs/cudf/source/_static/pds_benchmark_polars.png
+41 −0 docs/cudf/source/cudf_polars/index.rst
+1 −0 docs/cudf/source/index.rst
+1 −0 docs/cudf/source/user_guide/api_docs/pylibcudf/strings/index.rst
+6 −0 docs/cudf/source/user_guide/api_docs/pylibcudf/strings/strip.rst
+5 −37 python/cudf/cudf/_lib/datetime.pyx
+31 −57 python/cudf/cudf/_lib/string_casting.pyx
+7 −15 python/cudf/cudf/_lib/strings/strip.pyx
+4 −0 python/cudf_polars/cudf_polars/__init__.py
+131 −8 python/cudf_polars/cudf_polars/callback.py
+28 −0 python/cudf_polars/cudf_polars/containers/column.py
+11 −3 python/cudf_polars/cudf_polars/containers/dataframe.py
+392 −67 python/cudf_polars/cudf_polars/dsl/expr.py
+147 −68 python/cudf_polars/cudf_polars/dsl/ir.py
+97 −16 python/cudf_polars/cudf_polars/dsl/translate.py
+98 −16 python/cudf_polars/cudf_polars/testing/asserts.py
+154 −0 python/cudf_polars/cudf_polars/testing/plugin.py
+4 −0 python/cudf_polars/cudf_polars/typing/__init__.py
+23 −1 python/cudf_polars/cudf_polars/utils/dtypes.py
+8 −15 python/cudf_polars/cudf_polars/utils/versions.py
+56 −25 python/cudf_polars/docs/overview.md
+4 −1 python/cudf_polars/pyproject.toml
+11 −0 python/cudf_polars/tests/containers/test_dataframe.py
+76 −3 python/cudf_polars/tests/expressions/test_agg.py
+38 −20 python/cudf_polars/tests/expressions/test_booleanfunction.py
+88 −13 python/cudf_polars/tests/expressions/test_datetime_basic.py
+1 −2 python/cudf_polars/tests/expressions/test_gather.py
+91 −0 python/cudf_polars/tests/expressions/test_numeric_unaryops.py
+185 −0 python/cudf_polars/tests/expressions/test_stringfunction.py
+48 −0 python/cudf_polars/tests/test_config.py
+32 −28 python/cudf_polars/tests/test_groupby.py
+29 −0 python/cudf_polars/tests/test_groupby_dynamic.py
+1 −1 python/cudf_polars/tests/test_join.py
+45 −0 python/cudf_polars/tests/test_mapfunction.py
+3 −1 python/cudf_polars/tests/test_python_scan.py
+68 −22 python/cudf_polars/tests/test_scan.py
+1 −4 python/cudf_polars/tests/test_sort.py
+56 −1 python/cudf_polars/tests/testing/test_asserts.py
+52 −1 python/pylibcudf/pylibcudf/datetime.pyx
+1 −1 python/pylibcudf/pylibcudf/libcudf/strings/CMakeLists.txt
+2 −2 python/pylibcudf/pylibcudf/libcudf/strings/side_type.pxd
+0 −0 python/pylibcudf/pylibcudf/libcudf/strings/side_type.pyx
+5 −2 python/pylibcudf/pylibcudf/strings/CMakeLists.txt
+3 −0 python/pylibcudf/pylibcudf/strings/__init__.pxd
+3 −0 python/pylibcudf/pylibcudf/strings/__init__.py
+22 −0 python/pylibcudf/pylibcudf/strings/convert/CMakeLists.txt
+2 −0 python/pylibcudf/pylibcudf/strings/convert/__init__.pxd
+2 −0 python/pylibcudf/pylibcudf/strings/convert/__init__.py
+18 −0 python/pylibcudf/pylibcudf/strings/convert/convert_datetime.pxd
+56 −0 python/pylibcudf/pylibcudf/strings/convert/convert_datetime.pyx
+17 −0 python/pylibcudf/pylibcudf/strings/convert/convert_durations.pxd
+41 −0 python/pylibcudf/pylibcudf/strings/convert/convert_durations.pyx
+3 −0 python/pylibcudf/pylibcudf/strings/side_type.pxd
+4 −0 python/pylibcudf/pylibcudf/strings/side_type.pyx
+12 −0 python/pylibcudf/pylibcudf/strings/strip.pxd
+60 −0 python/pylibcudf/pylibcudf/strings/strip.pyx
+37 −4 python/pylibcudf/pylibcudf/tests/test_datetime.py
+85 −0 python/pylibcudf/pylibcudf/tests/test_string_convert.py
+122 −0 python/pylibcudf/pylibcudf/tests/test_string_strip.py
2 changes: 1 addition & 1 deletion thirdparty/cudf-pins/rapids-cmake.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d2a3054eccb0edff8710e5882ca888657bcdfcb9
caf5dd663b3e73a467abeb38a582803dcc85438f

0 comments on commit c36fd1a

Please sign in to comment.