You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe. rapidsai/cudf#16037 will default libcudf to enable large string support. The RAPIDS Accelerator has many places in C++ and Java where it assumes the size of offsets is 4 bytes, and thus large strings would break in various ways. Until the RAPIDS Accelerator is ready for large string support, we will need to disable this in the cudf configuration.
Describe the solution you'd like
libcudf build needs to configure with CUDF_LARGE_STRINGS_DISABLED
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
rapidsai/cudf#16037 will default libcudf to enable large string support. The RAPIDS Accelerator has many places in C++ and Java where it assumes the size of offsets is 4 bytes, and thus large strings would break in various ways. Until the RAPIDS Accelerator is ready for large string support, we will need to disable this in the cudf configuration.
Describe the solution you'd like
libcudf build needs to configure with CUDF_LARGE_STRINGS_DISABLED
The text was updated successfully, but these errors were encountered: