We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to build spark-rapids-jni with the latest cudf's 24.12 commit, I hit this error:
[INFO] [exec] /opt/rh/gcc-toolset-11/root/usr/bin/ld: libcudf.so: undefined reference to `kvikio::RemoteHandle::RemoteHandle(std::unique_ptr<kvikio::RemoteEndpoint, std::default_delete<kvikio::RemoteEndpoint> >)' [INFO] [exec] /opt/rh/gcc-toolset-11/root/usr/bin/ld: libcudf.so: undefined reference to `kvikio::RemoteHandle::pread(void*, unsigned long, unsigned long, unsigned long)' [INFO] [exec] /opt/rh/gcc-toolset-11/root/usr/bin/ld: libcudf.so: undefined reference to `vtable for kvikio::S3Endpoint'
Track down to the source of issue: rapidsai/cudf#16499
The text was updated successfully, but these errors were encountered:
CUDF_KVIKIO_REMOTE_IO
Successfully merging a pull request may close this issue.
When trying to build spark-rapids-jni with the latest cudf's 24.12 commit, I hit this error:
Track down to the source of issue: rapidsai/cudf#16499
The text was updated successfully, but these errors were encountered: