Skip to content

Commit

Permalink
Update submodule cudf to 5ace809af633624223a4a925f2647ab5c0a8aff1 (NV…
Browse files Browse the repository at this point in the history
…IDIA#694)

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
  • Loading branch information
nvauto authored Nov 2, 2022
1 parent 04cfc0b commit d069f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 59 files
+2 −2 .github/labeler.yml
+1 −1 .github/workflows/add_to_project.yml
+5 −0 .pre-commit-config.yaml
+1 −1 CODE_OF_CONDUCT.md
+1 −1 ci/cpu/build.sh
+1 −1 ci/gpu/build.sh
+1 −1 cpp/cmake/config.json
+0 −1 cpp/cmake/thirdparty/patches/thrust_faster_sort_compile_times.diff
+2 −2 cpp/cmake/thirdparty/patches/thrust_transform_iter_with_reduce_by_key.diff
+5 −5 cpp/doxygen/DoxygenLayout.xml
+2 −2 cpp/doxygen/main_page.md
+1 −1 cpp/doxygen/unicode.md
+1 −0 cpp/include/cudf/strings/detail/char_tables.hpp
+2 −0 cpp/include/cudf/strings/string_view.hpp
+1 −1 cpp/scripts/run-cmake-format.sh
+93 −93 cpp/tests/copying/scatter_list_tests.cpp
+4 −4 cpp/tests/copying/segmented_gather_list_tests.cpp
+32 −32 cpp/tests/lists/combine/concatenate_rows_tests.cpp
+4 −4 cpp/tests/lists/sort_lists_tests.cpp
+47 −47 cpp/tests/rolling/nth_element_test.cpp
+20 −20 cpp/tests/strings/json_tests.cpp
+4 −4 cpp/tests/transform/integration/unary-transform-test.cpp
+1 −1 docs/cudf/README.md
+1 −1 docs/cudf/source/api_docs/groupby.rst
+1 −1 docs/cudf/source/api_docs/index_objects.rst
+2 −2 docs/cudf/source/api_docs/series.rst
+0 −1 docs/cudf/source/api_docs/string_handling.rst
+1 −1 docs/cudf/source/api_docs/subword_tokenize.rst
+1 −1 docs/cudf/source/developer_guide/benchmarking.md
+1 −1 docs/cudf/source/developer_guide/contributing_guide.md
+4 −4 docs/cudf/source/developer_guide/documentation.md
+8 −8 docs/cudf/source/developer_guide/library_design.md
+3 −3 docs/cudf/source/user_guide/cudf.CategoricalDtype.rst
+3 −3 docs/cudf/source/user_guide/cudf.Decimal128Dtype.rst
+3 −3 docs/cudf/source/user_guide/cudf.Decimal32Dtype.rst
+3 −3 docs/cudf/source/user_guide/cudf.Decimal64Dtype.rst
+3 −3 docs/cudf/source/user_guide/cudf.ListDtype.rst
+3 −3 docs/cudf/source/user_guide/cudf.StructDtype.rst
+1 −1 docs/cudf/source/user_guide/data-types.md
+3 −3 java/README.md
+1 −1 java/src/main/java/ai/rapids/cudf/BinaryOperable.java
+5 −5 java/src/main/java/ai/rapids/cudf/Cuda.java
+1 −1 java/src/main/java/ai/rapids/cudf/NvtxRange.java
+1 −1 java/src/main/java/ai/rapids/cudf/OutOfBoundsPolicy.java
+1 −1 java/src/main/java/ai/rapids/cudf/RollingAggregation.java
+7 −7 java/src/main/native/.clang-format
+9 −9 java/src/test/java/ai/rapids/cudf/TableTest.java
+1 −1 java/src/test/java/ai/rapids/cudf/TimestampColumnVectorTest.java
+3 −3 python/cudf/cudf/_fuzz_testing/tests/readme.md
+1 −1 python/custreamz/README.md
+211 −0 python/strings_udf/cpp/include/cudf/strings/udf/case.cuh
+72 −0 python/strings_udf/cpp/include/cudf/strings/udf/numeric.cuh
+72 −0 python/strings_udf/cpp/include/cudf/strings/udf/pad.cuh
+282 −0 python/strings_udf/cpp/include/cudf/strings/udf/split.cuh
+80 −0 python/strings_udf/cpp/include/cudf/strings/udf/strip.cuh
+35 −1 python/strings_udf/cpp/include/cudf/strings/udf/udf_apis.hpp
+457 −0 python/strings_udf/cpp/include/cudf/strings/udf/udf_string.cuh
+550 −0 python/strings_udf/cpp/include/cudf/strings/udf/udf_string.hpp
+74 −0 python/strings_udf/cpp/src/strings/udf/udf_apis.cu

0 comments on commit d069f8b

Please sign in to comment.