Skip to content

Commit

Permalink
Update submodule cudf to 750adca4e4cc7b18ef80ba39950ed1d250919016 (#2395
Browse files Browse the repository at this point in the history
)

Signed-off-by: spark-rapids automation <[email protected]>
  • Loading branch information
nvauto authored Sep 11, 2024
1 parent 5b5fcc9 commit b2f658f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 37 files
+0 −1 .gitignore
+17 −9 cpp/benchmarks/CMakeLists.txt
+36 −30 cpp/benchmarks/common/ndsh_data_generator/ndsh_data_generator.cpp
+0 −0 cpp/benchmarks/common/ndsh_data_generator/ndsh_data_generator.hpp
+0 −0 cpp/benchmarks/common/ndsh_data_generator/random_column_generator.cu
+0 −0 cpp/benchmarks/common/ndsh_data_generator/random_column_generator.hpp
+0 −0 cpp/benchmarks/common/ndsh_data_generator/table_helpers.cpp
+0 −0 cpp/benchmarks/common/ndsh_data_generator/table_helpers.hpp
+11 −0 cpp/benchmarks/ndsh/README.md
+28 −21 cpp/benchmarks/ndsh/q01.cpp
+32 −24 cpp/benchmarks/ndsh/q05.cpp
+30 −22 cpp/benchmarks/ndsh/q06.cpp
+35 −27 cpp/benchmarks/ndsh/q09.cpp
+30 −21 cpp/benchmarks/ndsh/q10.cpp
+400 −0 cpp/benchmarks/ndsh/utilities.cpp
+227 −0 cpp/benchmarks/ndsh/utilities.hpp
+0 −1 cpp/examples/build.sh
+0 −36 cpp/examples/tpch/CMakeLists.txt
+0 −39 cpp/examples/tpch/README.md
+0 −60 cpp/examples/tpch/datagen/correct_datatypes.py
+0 −31 cpp/examples/tpch/datagen/datagen.sh
+0 −33 cpp/examples/tpch/datagen/tpch.patch
+0 −458 cpp/examples/tpch/utils.hpp
+9 −8 cpp/include/cudf/detail/tdigest/tdigest.hpp
+1 −1 cpp/include/cudf/io/nvcomp_adapter.hpp
+10 −10 cpp/include/cudf_test/tdigest_utilities.cuh
+11 −3 cpp/src/io/comp/nvcomp_adapter.cpp
+12 −2 cpp/src/io/parquet/reader_impl_chunking.cu
+12 −11 cpp/src/quantiles/tdigest/tdigest.cu
+45 −25 cpp/src/quantiles/tdigest/tdigest_aggregation.cu
+84 −6 cpp/tests/groupby/tdigest_tests.cu
+2 −2 cpp/tests/quantiles/percentile_approx_test.cpp
+5 −1 docs/cudf/source/user_guide/io/io.md
+1 −1 python/cudf/cudf/__init__.py
+3 −2 python/cudf/cudf/core/groupby/__init__.py
+43 −3 python/cudf/cudf/core/groupby/groupby.py
+16 −0 python/cudf/cudf/tests/groupby/test_agg.py

0 comments on commit b2f658f

Please sign in to comment.