Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[submodule-sync] bot-submodule-sync-branch-25.02 to branch-25.02 [skip ci] [bot] #2685

Merged
merged 2 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 80 files
+2 −1 .github/workflows/pr.yaml
+1 −1 .github/workflows/trigger-breaking-change-alert.yaml
+0 −1 conda/environments/all_cuda-118_arch-x86_64.yaml
+0 −1 conda/environments/all_cuda-125_arch-x86_64.yaml
+0 −3 conda/recipes/libcudf/conda_build_config.yaml
+0 −1 conda/recipes/libcudf/meta.yaml
+12 −10 cpp/CMakeLists.txt
+1 −1 cpp/benchmarks/io/cuio_common.cpp
+4 −4 cpp/benchmarks/stream_compaction/apply_boolean_mask.cpp
+3 −1 cpp/benchmarks/stream_compaction/distinct.cpp
+2 −3 cpp/benchmarks/text/minhash.cpp
+0 −27 cpp/cmake/thirdparty/get_spdlog.cmake
+3 −3 cpp/doxygen/developer_guide/DEVELOPER_GUIDE.md
+18 −345 cpp/include/cudf/detail/copy_if.cuh
+6 −5 cpp/include/cudf/detail/copy_if_else.cuh
+5 −6 cpp/include/cudf/detail/get_value.cuh
+0 −27 cpp/include/cudf/detail/utilities/logger.hpp
+7 −3 cpp/include/cudf/table/table_device_view.cuh
+0 −54 cpp/include/cudf/utilities/logger.hpp
+17 −177 cpp/include/nvtext/minhash.hpp
+1 −0 cpp/src/dictionary/remove_keys.cu
+1 −1 cpp/src/io/comp/nvcomp_adapter.cpp
+1 −1 cpp/src/io/csv/reader_impl.cu
+0 −11 cpp/src/io/json/nested_json.hpp
+0 −116 cpp/src/io/json/parser_features.cpp
+1 −1 cpp/src/io/orc/reader_impl_chunking.cu
+1 −1 cpp/src/io/orc/stripe_enc.cu
+22 −16 cpp/src/io/orc/writer_impl.cu
+1 −1 cpp/src/io/parquet/reader_impl_helpers.cpp
+1 −1 cpp/src/io/parquet/writer_impl.cu
+1 −1 cpp/src/io/utilities/base64_utilities.cpp
+1 −1 cpp/src/io/utilities/data_sink.cpp
+1 −1 cpp/src/io/utilities/datasource.cpp
+2 −1 cpp/src/io/utilities/file_io_utilities.cpp
+1 −1 cpp/src/io/utilities/getenv_or.hpp
+4 −3 cpp/src/partitioning/partitioning.cu
+1 −1 cpp/src/quantiles/tdigest/tdigest_aggregation.cu
+2 −2 cpp/src/stream_compaction/distinct.cu
+6 −6 cpp/src/stream_compaction/distinct_helpers.cu
+7 −5 cpp/src/stream_compaction/distinct_helpers.hpp
+17 −324 cpp/src/text/minhash.cu
+3 −2 cpp/src/transform/jit/kernel.cu
+1 −1 cpp/src/transform/row_bit_count.cu
+1 −1 cpp/src/utilities/host_memory.cpp
+0 −83 cpp/src/utilities/logger.cpp
+1 −1 cpp/src/utilities/stream_pool.cpp
+35 −44 cpp/tests/text/minhash_tests.cpp
+22 −26 cpp/tests/utilities_tests/logger_tests.cpp
+0 −1 dependencies.yaml
+2 −0 docs/cudf/source/conf.py
+16 −5 java/src/main/java/ai/rapids/cudf/Scalar.java
+4 −7 python/cudf/cudf/_lib/copying.pyx
+4 −42 python/cudf/cudf/_lib/nvtext/minhash.pyx
+0 −4 python/cudf/cudf/_lib/strings/__init__.py
+0 −8 python/cudf/cudf/core/_base_index.py
+11 −5 python/cudf/cudf/core/abc.py
+4 −4 python/cudf/cudf/core/buffer/buffer.py
+1 −3 python/cudf/cudf/core/buffer/spillable_buffer.py
+11 −12 python/cudf/cudf/core/column/column.py
+4 −162 python/cudf/cudf/core/column/string.py
+3 −6 python/cudf/cudf/core/dataframe.py
+32 −46 python/cudf/cudf/core/dtypes.py
+58 −15 python/cudf/cudf/core/frame.py
+6 −7 python/cudf/cudf/core/groupby/groupby.py
+7 −6 python/cudf/cudf/core/index.py
+3 −4 python/cudf/cudf/core/multiindex.py
+6 −6 python/cudf/cudf/core/resample.py
+3 −6 python/cudf/cudf/core/series.py
+ python/cudf/cudf/tests/data/pkl/stringColumnWithRangeIndex_cudf_23.12.pkl
+15 −4 python/cudf/cudf/tests/test_serialize.py
+1 −1 python/cudf/cudf/tests/test_struct.py
+6 −66 python/cudf/cudf/tests/text/test_text_methods.py
+10 −0 python/dask_cudf/dask_cudf/_expr/collection.py
+26 −0 python/dask_cudf/dask_cudf/tests/test_core.py
+15 −1 python/dask_cudf/dask_cudf/tests/test_distributed.py
+0 −34 python/pylibcudf/pylibcudf/libcudf/nvtext/minhash.pxd
+2 −10 python/pylibcudf/pylibcudf/nvtext/minhash.pxd
+2 −5 python/pylibcudf/pylibcudf/nvtext/minhash.pyi
+6 −162 python/pylibcudf/pylibcudf/nvtext/minhash.pyx
+3 −27 python/pylibcudf/pylibcudf/tests/test_nvtext_minhash.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 @@
7e3122c579b19ccaa3fe670fa6ad8efb8d3f738c
ca12bcd54230d3758072faddc8d4430a9e44cd66
12 changes: 10 additions & 2 deletions thirdparty/cudf-pins/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "d49ed59b77e37effa912b8546226111f4c154c18",
"git_tag" : "288535770abbe950ab8ec655d44f5aa9d6704cea",
"git_url" : "https://github.com/rapidsai/kvikio.git",
"version" : "25.02"
},
Expand Down Expand Up @@ -135,11 +135,19 @@
"git_url" : "https://github.com/NVIDIA/NVTX.git",
"version" : "3.1.0"
},
"rapids_logger" :
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "c510947ae9d3a67530cfe3e5eaccb5a3b8ea0e55",
"git_url" : "https://github.com/rapidsai/rapids-logger.git",
"version" : "c510947ae9d3a67530cfe3e5eaccb5a3b8ea0e55"
},
"rmm" :
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "c3841ddfd312f65db69c1e28aa2d6c11a034f80c",
"git_tag" : "3cad8fed150c3905962ca849b11bfc12fadd2517",
"git_url" : "https://github.com/rapidsai/rmm.git",
"version" : "25.02"
},
Expand Down
Loading