Skip to content

Commit

Permalink
Update submodule cudf to 072d9d4a0ba3cec6e869badcc484ef911a000303 (#1768
Browse files Browse the repository at this point in the history
)

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
  • Loading branch information
nvauto authored Feb 7, 2024
1 parent 62e3dee commit b4e0fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 31 files
+25 −22 cpp/src/io/orc/writer_impl.cu
+16 −0 cpp/tests/io/orc_test.cpp
+2 −0 docs/cudf/source/user_guide/api_docs/pylibcudf/index.rst
+6 −0 docs/cudf/source/user_guide/api_docs/pylibcudf/join.rst
+6 −0 docs/cudf/source/user_guide/api_docs/pylibcudf/reduce.rst
+3 −17 python/cudf/cudf/_lib/aggregation.pxd
+11 −291 python/cudf/cudf/_lib/aggregation.pyx
+1 −1 python/cudf/cudf/_lib/cpp/CMakeLists.txt
+5 −4 python/cudf/cudf/_lib/cpp/join.pxd
+3 −2 python/cudf/cudf/_lib/cpp/reduce.pxd
+0 −0 python/cudf/cudf/_lib/cpp/reduce.pyx
+2 −2 python/cudf/cudf/_lib/groupby.pyx
+22 −54 python/cudf/cudf/_lib/join.pyx
+3 −2 python/cudf/cudf/_lib/pylibcudf/CMakeLists.txt
+12 −1 python/cudf/cudf/_lib/pylibcudf/__init__.pxd
+12 −1 python/cudf/cudf/_lib/pylibcudf/__init__.py
+11 −0 python/cudf/cudf/_lib/pylibcudf/aggregation.pxd
+27 −22 python/cudf/cudf/_lib/pylibcudf/aggregation.pyx
+3 −0 python/cudf/cudf/_lib/pylibcudf/groupby.pyx
+15 −0 python/cudf/cudf/_lib/pylibcudf/join.pxd
+159 −0 python/cudf/cudf/_lib/pylibcudf/join.pyx
+15 −0 python/cudf/cudf/_lib/pylibcudf/reduce.pxd
+108 −0 python/cudf/cudf/_lib/pylibcudf/reduce.pyx
+28 −66 python/cudf/cudf/_lib/reduce.pyx
+6 −0 python/cudf/cudf/core/index.py
+7 −0 python/cudf/cudf/core/tools/datetimes.py
+31 −7 python/cudf/cudf/tests/indexes/test_interval.py
+1 −0 python/cudf/pyproject.toml
+1 −0 python/cudf_kafka/pyproject.toml
+1 −0 python/custreamz/pyproject.toml
+3 −0 python/dask_cudf/pyproject.toml

0 comments on commit b4e0fe0

Please sign in to comment.