Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA] large string support #2190

Open
jlowe opened this issue Jul 1, 2024 · 1 comment
Open

[FEA] large string support #2190

jlowe opened this issue Jul 1, 2024 · 1 comment

Comments

@jlowe
Copy link
Member

jlowe commented Jul 1, 2024

libcudf now supports string columns with more than 2GB of character data. There are many places in the C++ and Java code that assume offsets are 4 bytes, and large string support violates that assumption, so we disabled libcudf's large string support (see #2189). We need to find and update all of those places before enabling large-string support.

@jlowe
Copy link
Member Author

jlowe commented Jul 8, 2024

rapidsai/cudf#16215 tracks the necessary changes in the cudf submodule.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants