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

Disable large strings support in libcudf build #2191

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Jul 1, 2024

Fixes #2189. rapidsai/cudf#16037 is enabling large strings support by default in libcudf, but the RAPIDS Accelerator still has many places that assume offsets are always 4 bytes. Until #2190 is fixed, we will need to explicitly disable large strings support in the libcudf build.

@jlowe jlowe added the build label Jul 1, 2024
@jlowe jlowe self-assigned this Jul 1, 2024
@jlowe
Copy link
Member Author

jlowe commented Jul 1, 2024

Verified that when rapidsai/cudf#16037 is added to the build, this change adds the appropriate compile-time flag for the libcudf build to prevent large strings support from being enabled by default. Also verified that this can be added before that cudf change, as it only generates a warning in the cmake build about an unused flag.

@jlowe
Copy link
Member Author

jlowe commented Jul 1, 2024

build

@jlowe jlowe merged commit efb4341 into NVIDIA:branch-24.08 Jul 2, 2024
4 checks passed
@jlowe jlowe deleted the libcudf-disable-large-strings branch July 2, 2024 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable large-string support in cudf configuration
2 participants