-
Notifications
You must be signed in to change notification settings - Fork 913
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
Use cuda-python cuda.bindings
import names.
#17585
Conversation
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
cuda.bindings
import names.
cuda.bindings
import names.cuda.bindings
import names.
/ok to test |
Is this PR ready for review? |
@Matt711 Now it is, I hope. Thanks for the ping. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for resolving these and removing the warnings filters!
One conda-python-tests
job was failing like this:
Unexpected error 9 on netlink descriptor 5.
/usr/local/bin/rapids-conda-retry: line 68: 811 Aborted (core dumped) ${RAPIDS_OTEL_WRAPPER:-} ${condaCmd} ${args} 2>&1
812 Done | tee "${outfile}"
[rapids-conda-retry] conda returned exit code: 134
[rapids-conda-retry] Exiting, no retryable mamba errors detected: 'ChecksumMismatchError:', 'ChunkedEncodingError:', 'CondaHTTPError:', 'CondaMultiError:', 'CondaSSLError:', 'Connection broken:', 'ConnectionError:', 'DependencyNeedsBuildingError:', 'EOFError:', 'JSONDecodeError:', 'Multi-download failed', 'Timeout was reached', segfault exit code 139
[rapids-conda-retry]
I've restarted it.
/merge |
3add496
into
rapidsai:branch-25.02
Description
This PR updates cuDF to use the new cuda-python
cuda.bindings
layout. See rapidsai/build-planning#117.Checklist