forked from rapidsai/cugraph
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge branch-22.08 into branch-22.08-core #89
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[skip ci] Branch 22.08 merge 22.06
RAFT is updating to the newest version of `cuco` in this PR: rapidsai/raft#714 This PR makes the necessary changes to cugraph to support the latest `cuco`. It should be merged after the RAFT PR. * update version of cuco * update constructor calls to cuco::static_map Authors: - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Brad Rees (https://github.com/BradReesWork) URL: rapidsai#2360
Resolves rapidsai#2315 Resolves rapidsai#2303 Authors: - Alex Barghi (https://github.com/alexbarghi-nv) Approvers: - Joseph Nke (https://github.com/jnke2016) - Rick Ratzel (https://github.com/rlratzel) URL: rapidsai#2331
This PR 1. Update the way `uniform neighbor sample` is imported( it has been removed from experimental) 2. Ping `libraft-headers` and `pyraft` to 22.08 3. Add `Triangle count` to the list of algos to benchmarks Authors: - Joseph Nke (https://github.com/jnke2016) Approvers: - Rick Ratzel (https://github.com/rlratzel) URL: rapidsai#2337
With the RAFT changes here: rapidsai/raft#690 we should be able to use the PC generator again. The PC generator is significantly faster. Closes rapidsai#2266 Authors: - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Corey J. Nolet (https://github.com/cjnolet) - Seunghwa Kang (https://github.com/seunghwak) URL: rapidsai#2356
…ai#2353) @jnke2016 found a few more issues. This update changes the hyper sparse computation, passes more of the MG tests. Authors: - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Joseph Nke (https://github.com/jnke2016) - Seunghwa Kang (https://github.com/seunghwak) URL: rapidsai#2353
Legacy BFS is still used by Betweenness Centrality. However, it's no longer called from python. Remove the `call_bfs` functions from cython.cu, and remove a few legacy SSSP files that were missed by an earlier PR. Also removed `call_hits`, which is not currently used either. Authors: - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Seunghwa Kang (https://github.com/seunghwak) URL: rapidsai#2347
Remove the header file `topology.cuh` which is no longer used. Authors: - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Seunghwa Kang (https://github.com/seunghwak) - Rick Ratzel (https://github.com/rlratzel) URL: rapidsai#2357
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Includes 10 commits from Jun 7-21