Skip to content

Commit

Permalink
Update submodule cudf to 76b35adec49d85cf23d4a32a44588c856234f140
Browse files Browse the repository at this point in the history
Signed-off-by: spark-rapids automation <[email protected]>
  • Loading branch information
nvauto committed Dec 14, 2024
1 parent 72de595 commit f3e8eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 34 files
+6 −0 ci/build_docs.sh
+10 −8 cpp/include/cudf/column/column_device_view.cuh
+1 −1 cpp/include/cudf/detail/aggregation/aggregation.cuh
+6 −5 cpp/include/cudf/detail/utilities/cuda.cuh
+16 −14 cpp/include/cudf/detail/utilities/device_operators.cuh
+2 −2 cpp/include/cudf/detail/utilities/integer_utils.hpp
+4 −3 cpp/include/cudf/fixed_point/detail/floating_conversion.hpp
+3 −2 cpp/include/cudf/hashing/detail/hash_functions.cuh
+1 −1 cpp/include/cudf/hashing/detail/hashing.hpp
+12 −9 cpp/include/cudf/strings/detail/utf8.hpp
+5 −3 cpp/include/cudf/strings/string_view.cuh
+38 −36 cpp/include/cudf/table/experimental/row_operators.cuh
+6 −3 cpp/include/cudf/types.hpp
+93 −45 cpp/include/cudf/utilities/span.hpp
+22 −20 cpp/include/cudf/utilities/traits.hpp
+3 −3 cpp/src/binaryop/compiled/binary_ops.cuh
+2 −1 cpp/src/copying/contiguous_split.cu
+2 −1 cpp/src/groupby/sort/group_rank_scan.cu
+3 −1 cpp/src/hash/murmurhash3_x64_128.cu
+2 −2 cpp/src/hash/sha_hash.cuh
+2 −1 cpp/src/hash/xxhash_64.cu
+1 −1 cpp/src/io/avro/avro_common.hpp
+2 −1 cpp/src/io/comp/unsnap.cu
+8 −6 cpp/src/io/fst/agent_dfa.cuh
+24 −9 cpp/src/io/statistics/byte_array_view.cuh
+3 −2 cpp/src/io/statistics/typed_statistics_chunk.cuh
+9 −10 cpp/src/io/utilities/parsing_utils.cuh
+2 −2 cpp/src/io/utilities/trie.cuh
+5 −4 cpp/src/quantiles/quantiles_util.hpp
+2 −1 cpp/src/strings/search/find.cu
+5 −2 cpp/src/strings/slice.cu
+2 −0 docs/cudf/source/conf.py
+4 −3 python/cudf/cudf/core/column/numerical_base.py
+16 −0 python/cudf/cudf/tests/test_quantiles.py

0 comments on commit f3e8eb2

Please sign in to comment.