Skip to content

Commit

Permalink
Update submodule cudf to 76c772e (NVIDIA#125)
Browse files Browse the repository at this point in the history
Signed-off-by: spark-rapids automation <[email protected]>
  • Loading branch information
nvauto authored Mar 22, 2022
1 parent f5d2931 commit 0ccf6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 41 files
+3 −3 cpp/benchmarks/CMakeLists.txt
+2 −1 cpp/benchmarks/ast/transform.cpp
+48 −78 cpp/benchmarks/column/concatenate.cpp
+319 −252 cpp/benchmarks/common/generate_input.cu
+26 −15 cpp/benchmarks/common/generate_input.hpp
+0 −59 cpp/benchmarks/common/generate_nullmask.cu
+179 −0 cpp/benchmarks/common/random_distribution_factory.cuh
+0 −127 cpp/benchmarks/common/random_distribution_factory.hpp
+35 −49 cpp/benchmarks/copying/contiguous_split.cu
+19 −37 cpp/benchmarks/copying/gather.cu
+8 −21 cpp/benchmarks/copying/shift.cu
+19 −43 cpp/benchmarks/filling/repeat.cpp
+18 −25 cpp/benchmarks/groupby/group_no_requests.cu
+13 −15 cpp/benchmarks/groupby/group_nth.cu
+27 −21 cpp/benchmarks/groupby/group_scan.cu
+12 −11 cpp/benchmarks/groupby/group_shift.cu
+0 −5 cpp/benchmarks/groupby/group_struct.cu
+27 −24 cpp/benchmarks/groupby/group_sum.cu
+7 −19 cpp/benchmarks/hashing/partition.cpp
+2 −2 cpp/benchmarks/merge/merge.cpp
+12 −29 cpp/benchmarks/quantiles/quantiles.cpp
+12 −10 cpp/benchmarks/reduction/anyall.cpp
+16 −12 cpp/benchmarks/reduction/dictionary.cpp
+9 −16 cpp/benchmarks/reduction/minmax.cpp
+10 −12 cpp/benchmarks/reduction/reduce.cpp
+11 −26 cpp/benchmarks/search/search.cpp
+9 −14 cpp/benchmarks/sort/rank.cpp
+10 −23 cpp/benchmarks/sort/sort.cpp
+13 −41 cpp/benchmarks/stream_compaction/apply_boolean_mask.cpp
+12 −15 cpp/benchmarks/stream_compaction/distinct.cpp
+12 −15 cpp/benchmarks/stream_compaction/unique.cpp
+12 −7 cpp/benchmarks/string/extract.cpp
+4 −6 cpp/benchmarks/string/json.cu
+12 −19 cpp/benchmarks/transpose/transpose.cpp
+3 −1 python/dask_cudf/dask_cudf/__init__.py
+3 −0 python/dask_cudf/dask_cudf/io/__init__.py
+ python/dask_cudf/dask_cudf/io/tests/data/orc/sample.orc
+53 −0 python/dask_cudf/dask_cudf/io/tests/data/text/sample.pgn
+3 −1 python/dask_cudf/dask_cudf/io/tests/test_orc.py
+32 −0 python/dask_cudf/dask_cudf/io/tests/test_text.py
+55 −0 python/dask_cudf/dask_cudf/io/text.py

0 comments on commit 0ccf6c7

Please sign in to comment.