-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support cudf pin with rapids-cmake #1877
Conversation
build |
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.
For proper attribution and to make this a bit easier to review vs. the original source, I think this PR should have been done as a cherry pick of the original reference commit to preserve the original author and then commits added to that (e.g.: fixing copyrights, adding the pinned json from the build, etc.)
So that we can get SHA Use same format of CopyRight Use cudf/rapids_config.cmake which is renamed from fetch_rapids.cmake Update versions to latest Signed-off-by: Gary Shen <gashen@nvidia.com>
3738649
to
9fb1832
Compare
Signed-off-by: Gary Shen <gashen@nvidia.com>
build |
build |
1 similar comment
build |
since the second one can commit it at once Signed-off-by: Gary Shen <gashen@nvidia.com>
build |
This reverts commit d8771da. Signed-off-by: Jason Lowe <jlowe@nvidia.com>
* Use rapids-cmake to pin cudf dependencies to known working SHA1's * Use git download rapids-cmake So that we can get SHA Use same format of CopyRight Use cudf/rapids_config.cmake which is renamed from fetch_rapids.cmake Update versions to latest Signed-off-by: Gary Shen <gashen@nvidia.com> * Commit cudf to the latest code before mvn verify Signed-off-by: Gary Shen <gashen@nvidia.com> * Remove the first commit of cudf since the second one can commit it at once Signed-off-by: Gary Shen <gashen@nvidia.com> --------- Signed-off-by: Gary Shen <gashen@nvidia.com> Co-authored-by: Robert Maynard <rmaynard@nvidia.com>
* Support cudf pin with rapids-cmake (#1877) * Use rapids-cmake to pin cudf dependencies to known working SHA1's * Use git download rapids-cmake So that we can get SHA Use same format of CopyRight Use cudf/rapids_config.cmake which is renamed from fetch_rapids.cmake Update versions to latest Signed-off-by: Gary Shen <gashen@nvidia.com> * Commit cudf to the latest code before mvn verify Signed-off-by: Gary Shen <gashen@nvidia.com> * Remove the first commit of cudf since the second one can commit it at once Signed-off-by: Gary Shen <gashen@nvidia.com> --------- Signed-off-by: Gary Shen <gashen@nvidia.com> Co-authored-by: Robert Maynard <rmaynard@nvidia.com> * Update cudf pin versions Signed-off-by: Jason Lowe <jlowe@nvidia.com> * Update pin versions Signed-off-by: Jason Lowe <jlowe@nvidia.com> --------- Signed-off-by: Gary Shen <gashen@nvidia.com> Signed-off-by: Jason Lowe <jlowe@nvidia.com> Co-authored-by: Gary Shen <gashen@nvidia.com> Co-authored-by: Robert Maynard <rmaynard@nvidia.com>
Close #1666
Main code is copied from robertmaynard@85f5a29