Skip to content

Commit

Permalink
Update submodule cudf to 98eef67d12670bd592022201b3c9dcc12374a34a
Browse files Browse the repository at this point in the history
Signed-off-by: spark-rapids automation <[email protected]>
  • Loading branch information
nvauto committed Oct 19, 2024
1 parent 340e271 commit 61b8be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 37 files
+2 −2 cpp/include/cudf/detail/copy_if.cuh
+2 −3 cpp/include/cudf/detail/copy_if_else.cuh
+2 −2 cpp/include/cudf/detail/copy_range.cuh
+103 −0 cpp/include/cudf/detail/device_scalar.hpp
+2 −2 cpp/include/cudf/detail/null_mask.cuh
+2 −2 cpp/include/cudf/detail/valid_if.cuh
+3 −2 cpp/include/cudf/scalar/scalar.hpp
+2 −2 cpp/src/bitmask/null_mask.cu
+3 −2 cpp/src/copying/concatenate.cu
+4 −3 cpp/src/copying/get_element.cu
+2 −1 cpp/src/groupby/sort/group_quantiles.cu
+2 −2 cpp/src/groupby/sort/group_std.cu
+6 −6 cpp/src/interop/to_arrow_device.cu
+3 −3 cpp/src/io/json/json_normalization.cu
+4 −4 cpp/src/io/json/nested_json_gpu.cu
+2 −2 cpp/src/io/orc/reader_impl_decode.cu
+1 −1 cpp/src/io/parquet/error.hpp
+1 −2 cpp/src/io/parquet/parquet_gpu.hpp
+3 −2 cpp/src/io/utilities/data_casting.cu
+2 −3 cpp/src/io/utilities/type_inference.cu
+6 −5 cpp/src/join/conditional_join.cu
+0 −1 cpp/src/join/distinct_hash_join.cu
+2 −1 cpp/src/join/mixed_join_size_kernel.cuh
+2 −1 cpp/src/json/json_path.cu
+3 −1 cpp/src/reductions/all.cu
+3 −1 cpp/src/reductions/any.cu
+7 −6 cpp/src/reductions/minmax.cu
+2 −1 cpp/src/replace/nulls.cu
+2 −2 cpp/src/replace/replace.cu
+3 −3 cpp/src/rolling/detail/rolling.cuh
+2 −1 cpp/src/strings/case.cu
+2 −2 cpp/src/strings/copying/concatenate.cu
+1 −1 cpp/src/strings/replace/find_replace.cu
+1 −1 cpp/src/strings/replace/multi.cu
+1 −1 cpp/src/strings/replace/replace.cu
+2 −1 cpp/src/strings/split/split.cuh
+2 −1 cpp/src/text/tokenize.cu

0 comments on commit 61b8be8

Please sign in to comment.