-
Notifications
You must be signed in to change notification settings - Fork 304
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
Add Eigenvector Centrality to pylibcugraph, cugraph APIs #2255
Add Eigenvector Centrality to pylibcugraph, cugraph APIs #2255
Conversation
Fea c api katz
Merging 22.06 branch into wip sg katz branch
Fea c api katz
Include PR#2124
…mas/cugraph into branch-22.06-wip-sg-katz
Merging 4/7-11 commits
Revert "Merging 4/7-11 commits"
Revert "Revert "Merging 4/7-11 commits""
Fix error from two conflicting merges (rapidsai#2219)
…t suite, minor edits
Merging in 22.06 branch w/ sg katz branch for eigen
Triangle counting + checks + benchmarks + do_expensive_check
C API and C++ implementation for Eigenvector Centrality have been merged, which should unblock progress on this. |
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.
Looks good, I just had a request for promoting some of the newer pylibcugraph APIs a bit earlier than we normally do, but in this case I think it's appropriate.
python/cugraph/cugraph/dask/centrality/eigenvector_centrality.py
Outdated
Show resolved
Hide resolved
@gpucibot merge |
This PR:
test_doctests.py
so that certain docstrings can be skipped on different architecture configs (such as ktruss in CUDA 11.4)datasets
This PR is identical to #2243, just that the name of the branch is different