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

Support remote IO in KvikIO and cudf #533

Closed
3 tasks done
madsbk opened this issue Nov 4, 2024 · 0 comments
Closed
3 tasks done

Support remote IO in KvikIO and cudf #533

madsbk opened this issue Nov 4, 2024 · 0 comments

Comments

@madsbk
Copy link
Member

madsbk commented Nov 4, 2024

Currently, cudf wheels cannot use the new remote IO feature because of symbols conflicts in libcurl. This is because when buiidling the wheels, kvikio instruct libcurl to statically link to libcurl.a, which exposes OpenSSL symbols that conflicts with the ones in CPython. Python segfaults when importing cudf.
The solution is to make KvikIO a shared library (instead of header-only) and link to libcurl.a statically while excluding its symbols using --exclude-libs.

Tasks


CC. @KyleFromNVIDIA @vyasr

@madsbk madsbk closed this as completed Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant