Skip to content

Commit

Permalink
Update submodule cudf to 774970283bfa6ca5ac4bc0619fc8595f01b7362b (#2691
Browse files Browse the repository at this point in the history
)

Signed-off-by: spark-rapids automation <[email protected]>
  • Loading branch information
nvauto authored Dec 13, 2024
1 parent 5af65d3 commit 293fac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 40 files
+8 −11 cpp/benchmarks/string/case.cpp
+6 −9 cpp/benchmarks/string/char_types.cpp
+4 −9 cpp/benchmarks/string/contains.cpp
+6 −9 cpp/benchmarks/string/copy_if_else.cpp
+6 −9 cpp/benchmarks/string/copy_range.cpp
+6 −9 cpp/benchmarks/string/count.cpp
+2 −7 cpp/benchmarks/string/extract.cpp
+6 −9 cpp/benchmarks/string/join_strings.cpp
+6 −9 cpp/benchmarks/string/lengths.cpp
+2 −7 cpp/benchmarks/string/like.cpp
+8 −11 cpp/benchmarks/string/replace_re.cpp
+6 −9 cpp/benchmarks/string/reverse.cpp
+2 −7 cpp/benchmarks/string/slice.cpp
+6 −9 cpp/benchmarks/string/split.cpp
+6 −9 cpp/benchmarks/string/split_re.cpp
+0 −56 cpp/benchmarks/string/string_bench_args.hpp
+2 −5 python/cudf/cudf/_lib/CMakeLists.txt
+0 −2 python/cudf/cudf/_lib/__init__.py
+0 −414 python/cudf/cudf/_lib/csv.pyx
+0 −24 python/cudf/cudf/_lib/nvtext/CMakeLists.txt
+0 −0 python/cudf/cudf/_lib/nvtext/__init__.pxd
+0 −0 python/cudf/cudf/_lib/nvtext/__init__.py
+0 −24 python/cudf/cudf/_lib/nvtext/byte_pair_encode.pyx
+0 −24 python/cudf/cudf/_lib/nvtext/edit_distance.pyx
+0 −35 python/cudf/cudf/_lib/nvtext/generate_ngrams.pyx
+0 −17 python/cudf/cudf/_lib/nvtext/jaccard.pyx
+0 −35 python/cudf/cudf/_lib/nvtext/minhash.pyx
+0 −24 python/cudf/cudf/_lib/nvtext/ngrams_tokenize.pyx
+0 −28 python/cudf/cudf/_lib/nvtext/normalize.pyx
+0 −52 python/cudf/cudf/_lib/nvtext/replace.pyx
+0 −55 python/cudf/cudf/_lib/nvtext/stemmer.pyx
+0 −38 python/cudf/cudf/_lib/nvtext/subword_tokenize.pyx
+0 −86 python/cudf/cudf/_lib/nvtext/tokenize.pyx
+0 −0 python/cudf/cudf/_lib/strings/__init__.pxd
+0 −30 python/cudf/cudf/_lib/strings/__init__.py
+5 −8 python/cudf/cudf/core/byte_pair_encoding.py
+319 −69 python/cudf/cudf/core/column/string.py
+1 −6 python/cudf/cudf/core/subword_tokenizer.py
+3 −6 python/cudf/cudf/core/tokenize_vocabulary.py
+383 −83 python/cudf/cudf/io/csv.py

0 comments on commit 293fac0

Please sign in to comment.