-
Notifications
You must be signed in to change notification settings - Fork 311
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
[review] Open source nvgraph in cugraph repository #194
Conversation
Hi @raydouglass , I can repro the error I see on Jenkins only when I get CUB submodule with the command: It works fine when I get cub using That sounds like an easy fix we could do on Jenkins, correct? |
Unfortunately not. Jenkins uses the former method to update submodules. You should be able to resolve this by add branch information to |
Thanks, I added branches to submodules and C++ builds pass now. However, we have another problem on Jenkins for the python part. Cugraph now builds and installs nvgraph (under @raydouglass how should we update the |
@raydouglass ⬆️ |
FIX Separate building from uploading decision
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.
LGTM
@raydouglass I was just talking to @rlratzel about conda packaging changes resulting from this PR in 0.7 release. I lost track if the updates have been done or not. There are basically two things I wanted to double check with you:
|
Authors: - Corey J. Nolet (https://github.com/cjnolet) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) URL: rapidsai/raft#194
This is the PR for #33
Contains:
nvgraph_st
intonvgraph_rapids