-
Notifications
You must be signed in to change notification settings - Fork 548
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.bindings layout. #6233
Conversation
A couple CI jobs were failing and this PR was a little out-of-date. Likely these are issues that have been fixed more recently. So updated the PR |
/merge |
Looks like the CUDA 11.8 wheel tests still fail. Did we find a resolution to that? |
Yes, see rapidsai/build-planning#137. The PR to RAFT rapidsai/raft#2548 fixed it. These failures are not the same. |
Though it looks like that was merged 2 days ago. It looked like the failure here was more recent. We have also been seeing other CI issues with cuML. Will add you to a thread |
Huzzah! 🎉 The last CI restart fixed it 😄 Thanks Bradley and Dante! 🙏 |
This PR updates cuML to use the new cuda-python
cuda.bindings
layout. See rapidsai/build-planning#117.