Skip to content

Commit

Permalink
Update submodule cudf to 4c9ef51 (NVIDIA#87)
Browse files Browse the repository at this point in the history
Signed-off-by: spark-rapids automation <[email protected]>
  • Loading branch information
nvauto authored Feb 28, 2022
1 parent 02a14a6 commit 027b3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 51 files
+5 −7 cpp/benchmarks/common/generate_input.cpp
+12 −15 cpp/benchmarks/common/generate_input.hpp
+4 −4 cpp/benchmarks/common/random_distribution_factory.hpp
+0 −1 cpp/benchmarks/string/json.cu
+1 −1 cpp/benchmarks/type_dispatcher/type_dispatcher.cu
+9 −9 cpp/include/cudf/detail/calendrical_month_sequence.cuh
+5 −5 cpp/include/cudf/detail/reduction.cuh
+6 −6 cpp/include/cudf/detail/utilities/device_atomics.cuh
+25 −28 cpp/include/cudf/detail/utilities/device_operators.cuh
+9 −9 cpp/include/cudf/utilities/span.hpp
+4 −4 cpp/include/cudf/utilities/traits.hpp
+3 −3 cpp/include/cudf_test/column_utilities.hpp
+18 −18 cpp/include/cudf_test/column_wrapper.hpp
+4 −7 cpp/include/cudf_test/type_lists.hpp
+9 −9 cpp/src/binaryop/compiled/binary_ops.cu
+4 −5 cpp/src/column/column_factories.cpp
+10 −10 cpp/src/datetime/datetime_ops.cu
+2 −4 cpp/src/dictionary/detail/concatenate.cu
+2 −4 cpp/src/dictionary/set_keys.cu
+5 −7 cpp/src/filling/sequence.cu
+11 −11 cpp/src/groupby/sort/group_nunique.cu
+6 −8 cpp/src/groupby/sort/group_tdigest.cu
+8 −8 cpp/src/io/csv/csv_gpu.cu
+4 −5 cpp/src/io/json/json_gpu.cu
+22 −30 cpp/src/io/orc/orc.h
+2 −2 cpp/src/io/utilities/parsing_utils.cuh
+1 −1 cpp/src/reductions/scan/scan_exclusive.cu
+2 −2 cpp/src/reductions/scan/scan_inclusive.cu
+8 −13 cpp/src/reductions/simple.cuh
+2 −3 cpp/src/replace/nulls.cu
+5 −5 cpp/src/reshape/interleave_columns.cu
+7 −7 cpp/src/rolling/rolling_detail.cuh
+18 −18 cpp/src/round/round.cu
+8 −10 cpp/src/scalar/scalar_factories.cpp
+3 −3 cpp/src/sort/sort.cu
+5 −7 cpp/src/sort/sort_column.cu
+5 −7 cpp/src/sort/stable_sort_column.cu
+60 −63 cpp/src/unary/cast_ops.cu
+12 −14 cpp/src/unary/math_ops.cu
+3 −3 cpp/tests/binaryop/binop-fixture.hpp
+39 −40 cpp/tests/binaryop/util/operation.h
+4 −6 cpp/tests/copying/copy_tests.cpp
+4 −4 cpp/tests/device_atomics/device_atomics_test.cu
+5 −7 cpp/tests/groupby/tdigest_tests.cu
+2 −2 cpp/tests/io/csv_test.cpp
+23 −12 cpp/tests/quantiles/percentile_approx_test.cu
+2 −2 cpp/tests/reductions/reduction_tests.cpp
+6 −8 cpp/tests/reductions/scan_tests.hpp
+10 −17 cpp/tests/sort/is_sorted_tests.cpp
+10 −11 cpp/tests/utilities/column_utilities.cu
+3 −3 cpp/tests/wrappers/timestamps_test.cu

0 comments on commit 027b3fe

Please sign in to comment.