-
Notifications
You must be signed in to change notification settings - Fork 532
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 Project Flash to build cuml python package for CUDA 11.0 job #4400
Use Project Flash to build cuml python package for CUDA 11.0 job #4400
Conversation
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.
Approving for python-codeowners, though I don't see any python files in the changes.
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #4400 +/- ##
=============================================
Coverage 85.72% 85.72%
=============================================
Files 236 236
Lines 19306 19306
=============================================
Hits 16550 16550
Misses 2756 2756
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
…idsai#4400) PR uses project flash to build the cuML Python package mirroring what the C++ flow looks like. Note: Currently only changed for the CUDA 11.0 GPU test since that one uses Python 3.7, to do the other jobs we need to build the python package twice on the CPU job.
PR uses project flash to build the cuML Python package mirroring what the C++ flow looks like.
Note: Currently only changed for the CUDA 11.0 GPU test since that one uses Python 3.7, to do the other jobs we need to build the python package twice on the CPU job.