Skip to content

Commit

Permalink
Update submodule cudf to 95e2206 (NVIDIA#457)
Browse files Browse the repository at this point in the history
Signed-off-by: spark-rapids automation <[email protected]>
  • Loading branch information
nvauto authored Aug 4, 2022
1 parent 1a6d56c commit 70633d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 67 files
+4 −0 .pre-commit-config.yaml
+3 −1 cpp/benchmarks/CMakeLists.txt
+1 −0 cpp/benchmarks/common/generate_input.cu
+73 −0 cpp/benchmarks/groupby/group_max.cpp
+2 −0 cpp/benchmarks/io/orc/orc_writer_chunks.cpp
+1 −0 cpp/benchmarks/iterator/iterator.cu
+1 −0 cpp/benchmarks/join/join_common.hpp
+2 −0 cpp/include/cudf/detail/copy.cuh
+1 −0 cpp/include/cudf/detail/indexalator.cuh
+2 −0 cpp/include/cudf/detail/labeling/label_segments.cuh
+1 −0 cpp/include/cudf/detail/utilities/hash_functions.cuh
+5 −5 cpp/include/cudf/io/types.hpp
+1 −0 cpp/include/cudf/lists/list_device_view.cuh
+1 −0 cpp/include/cudf/strings/detail/gather.cuh
+2 −0 cpp/include/cudf/strings/detail/scatter.cuh
+1 −0 cpp/include/cudf/strings/detail/strings_column_factories.cuh
+6 −0 cpp/include/cudf/table/experimental/row_operators.cuh
+12 −1 cpp/scripts/run-cmake-format.sh
+2 −0 cpp/src/binaryop/compiled/struct_binary_ops.cuh
+1 −0 cpp/src/copying/purge_nonempty_nulls.cu
+1 −0 cpp/src/groupby/sort/group_collect.cu
+2 −0 cpp/src/groupby/sort/group_correlation.cu
+1 −0 cpp/src/groupby/sort/group_quantiles.cu
+1 −0 cpp/src/groupby/sort/group_rank_scan.cu
+1 −0 cpp/src/hash/spark_murmur_hash.cu
+4 −0 cpp/src/io/comp/nvcomp_adapter.cu
+1 −0 cpp/src/io/csv/datetime.cuh
+1 −0 cpp/src/io/json/json_gpu.cu
+4 −0 cpp/src/io/orc/writer_impl.cu
+3 −4 cpp/src/io/parquet/compact_protocol_reader.hpp
+1 −0 cpp/src/io/parquet/page_enc.cu
+2 −3 cpp/src/io/parquet/parquet.hpp
+1 −0 cpp/src/io/parquet/reader_impl.cu
+1 −0 cpp/src/io/parquet/writer_impl.cu
+3 −0 cpp/src/io/utilities/parsing_utils.cuh
+1 −0 cpp/src/join/hash_join.cu
+2 −0 cpp/src/join/join_common_utils.cuh
+4 −0 cpp/src/lists/combine/concatenate_rows.cu
+2 −0 cpp/src/lists/contains.cu
+1 −0 cpp/src/lists/stream_compaction/apply_boolean_mask.cu
+1 −0 cpp/src/quantiles/tdigest/tdigest.cu
+1 −0 cpp/src/quantiles/tdigest/tdigest_aggregation.cu
+1 −0 cpp/src/replace/clamp.cu
+8 −1 cpp/src/rolling/detail/nth_element.cuh
+1 −0 cpp/src/rolling/detail/rolling_collect_list.cu
+1 −0 cpp/src/rolling/detail/rolling_fixed_window.cu
+1 −0 cpp/src/rolling/detail/rolling_variable_window.cu
+1 −0 cpp/src/sort/sort.cu
+1 −0 cpp/src/stream_compaction/drop_nans.cu
+1 −0 cpp/src/stream_compaction/drop_nulls.cu
+1 −0 cpp/src/strings/attributes.cu
+1 −0 cpp/src/strings/convert/convert_fixed_point.cu
+1 −0 cpp/src/strings/copying/concatenate.cu
+29 −3 cpp/src/strings/regex/regcomp.cpp
+2 −0 cpp/src/strings/regex/regex.inl
+1 −0 cpp/src/strings/replace/multi_re.cu
+2 −0 cpp/src/strings/search/find.cu
+4 −0 cpp/src/strings/search/findall.cu
+1 −0 cpp/src/strings/strip.cu
+2 −0 cpp/src/table/row_operators.cu
+1 −0 cpp/src/text/replace.cu
+3 −0 cpp/src/text/subword/wordpiece_tokenizer.cu
+1 −0 cpp/tests/io/csv_test.cpp
+2 −0 cpp/tests/iterator/optional_iterator_test_numeric.cu
+2 −0 cpp/tests/join/conditional_join_tests.cu
+1 −0 cpp/tests/stream_compaction/apply_boolean_mask_tests.cpp
+19 −0 cpp/tests/strings/contains_tests.cpp

0 comments on commit 70633d5

Please sign in to comment.