-
Notifications
You must be signed in to change notification settings - Fork 310
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
Update cugraph
to with newest CMake features, including CPM for dependencies
#1585
Update cugraph
to with newest CMake features, including CPM for dependencies
#1585
Conversation
Use rapids-cmake HTTPS url
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 ops-codeowner
file changes
Codecov Report
@@ Coverage Diff @@
## branch-21.06 #1585 +/- ##
===============================================
Coverage ? 59.90%
===============================================
Files ? 79
Lines ? 3482
Branches ? 0
===============================================
Hits ? 2086
Misses ? 1396
Partials ? 0 Continue to review full report at Codecov.
|
Updates to get_raft and setuputils for changes for using rapids-…
Co-authored-by: Paul Taylor <[email protected]>
Thrust 1.12 compile errors should be fixed by rapidsai/raft#231. |
rerun tests |
The setuputils.py script will try to parse the `PINNED_TAG` arguments from `get_raft` and will fail if CMake variables are used.
Update setuputils to deduce cugraph minor/major version from cmakelists to allow dynamic pinning of RAFT
@robertmaynard one minor merge conflct |
Resolved the conflict. |
Update cuhornet hash, download the entire cuhornet git tree
@gpucibot merge |
rerun tests |
Similar to rapidsai/cuml#3901. After #1491 and #rapids-cmake and #1585, now at install time, the cugraph headers are being nested into `path/to/env/include/cugraph/cugraph` instead of just `path/to/env/include/cugraph/`. This, as far as I'm aware, is unintentional and unlike the rest of RAPIDS projects (cuDF, RMM and cuML). cc @trxcllnt @robertmaynard Authors: - Dante Gama Dessavre (https://github.com/dantegd) Approvers: - Chuck Hastings (https://github.com/ChuckHastings) - Robert Maynard (https://github.com/robertmaynard) - Seunghwa Kang (https://github.com/seunghwak) - Paul Taylor (https://github.com/trxcllnt) - Rick Ratzel (https://github.com/rlratzel) URL: #1630
This allows the
cugraph
to be used viaCPM
either from a system installed version or from a build-directory.