Commit a24339f
authored
[submodule-sync] bot-submodule-sync-branch-25.04 to branch-25.04 [skip ci] [bot] (#3003)
submodule-sync to create a PR keeping thirdparty/cudf up-to-date.
HEAD commit SHA: d65c197, cudf commit
SHA:
rapidsai/cudf@ea2bca3
This PR will be auto-merged if test passed. If failed, it will remain
open until test pass or manually fix.
---------
Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>1 parent e060353 commit a24339f
3 files changed
Lines changed: 3 additions & 3 deletions
- cpp/CMakeLists.txt+2
- cpp/benchmarks/CMakeLists.txt+1-5
- cpp/benchmarks/text/subword.cpp+39-2
- cpp/include/nvtext/wordpiece_tokenize.hpp+122
- cpp/src/io/parquet/predicate_pushdown.cpp+15-294
- cpp/src/io/parquet/stats_filter_helpers.cpp+144
- cpp/src/io/parquet/stats_filter_helpers.hpp+256
- cpp/src/text/wordpiece_tokenize.cu+890
- cpp/tests/text/subword_tests.cpp+149-1
- python/cudf/cudf/core/column/column.py+1-2
- python/cudf/cudf/core/column/datetime.py+18-5
- python/cudf/cudf/core/column/numerical.py+31-3
- python/cudf/cudf/core/column/string.py+14
- python/cudf/cudf/core/column/timedelta.py+1-1
- python/cudf/cudf/core/dataframe.py+2-2
- python/cudf/cudf/core/scalar.py+152-1
- python/cudf/cudf/core/wordpiece_tokenize.py+44
- python/cudf/cudf/tests/text/test_subword_tokenizer.py+472-1
- python/cudf/cudf/utils/dtypes.py-206
- python/pylibcudf/pylibcudf/libcudf/nvtext/wordpiece_tokenize.pxd+22
- python/pylibcudf/pylibcudf/nvtext/CMakeLists.txt+13-3
- python/pylibcudf/pylibcudf/nvtext/__init__.pxd+3-1
- python/pylibcudf/pylibcudf/nvtext/__init__.py+3-1
- python/pylibcudf/pylibcudf/nvtext/wordpiece_tokenize.pxd+15
- python/pylibcudf/pylibcudf/nvtext/wordpiece_tokenize.pyi+12
- python/pylibcudf/pylibcudf/nvtext/wordpiece_tokenize.pyx+66
- python/pylibcudf/pylibcudf/tests/test_nvtext_subword_tokenize.py+35-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
0 commit comments