Skip to content

Commit

Permalink
Update cudf
Browse files Browse the repository at this point in the history
Signed-off-by: Nghia Truong <[email protected]>
  • Loading branch information
ttnghia committed Dec 18, 2024
1 parent 456d818 commit 4ea0c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 37 files
+3 −8 .github/workflows/pr.yaml
+4 −2 cpp/CMakeLists.txt
+3 −5 cpp/cmake/thirdparty/get_nanoarrow.cmake
+0 −38 cpp/cmake/thirdparty/patches/nanoarrow_clang_tidy_compliance.diff
+0 −18 cpp/cmake/thirdparty/patches/nanoarrow_override.json
+13 −8 cpp/include/cudf/aggregation.hpp
+3 −3 cpp/include/cudf/detail/aggregation/aggregation.cuh
+2 −3 cpp/src/aggregation/aggregation.cu
+1 −1 cpp/src/groupby/hash/compute_aggregations.cuh
+1 −1 cpp/src/groupby/hash/compute_global_memory_aggs.cu
+2 −1 cpp/src/groupby/hash/compute_global_memory_aggs.cuh
+2 −1 cpp/src/groupby/hash/compute_global_memory_aggs.hpp
+1 −1 cpp/src/groupby/hash/compute_global_memory_aggs_null.cu
+4 −3 cpp/src/groupby/hash/create_sparse_results_table.cu
+2 −3 cpp/src/groupby/hash/create_sparse_results_table.hpp
+7 −3 cpp/src/groupby/hash/flatten_single_pass_aggs.cpp
+5 −2 cpp/src/groupby/hash/flatten_single_pass_aggs.hpp
+2 −1 cpp/src/groupby/hash/hash_compound_agg_finalizer.cu
+11 −10 cpp/src/groupby/sort/aggregate.cpp
+4 −1 cpp/src/groupby/sort/group_scan_util.cuh
+1 −1 cpp/tests/groupby/host_udf_example_tests.cu
+15 −15 cpp/tests/groupby/host_udf_tests.cpp
+5 −5 cpp/tests/streams/replace_test.cpp
+1 −8 python/cudf/cudf/_lib/CMakeLists.txt
+0 −1 python/cudf/cudf/_lib/__init__.py
+0 −111 python/cudf/cudf/_lib/interop.pyx
+29 −19 python/cudf/cudf/core/column/column.py
+1 −1 python/cudf/cudf/core/column/datetime.py
+5 −5 python/cudf/cudf/core/column/decimal.py
+2 −2 python/cudf/cudf/core/column/lists.py
+8 −7 python/cudf/cudf/core/frame.py
+16 −11 python/cudf/cudf/io/dlpack.py
+17 −13 python/cudf/cudf/io/json.py
+24 −11 python/pylibcudf/pylibcudf/io/json.pxd
+19 −10 python/pylibcudf/pylibcudf/io/json.pyi
+168 −49 python/pylibcudf/pylibcudf/io/json.pyx
+34 −17 python/pylibcudf/pylibcudf/tests/io/test_json.py

0 comments on commit 4ea0c6c

Please sign in to comment.