-
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
Biased Random Walks and Node2Vec implementation #4645
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
12af533
Biased RW implementation and test
fd7f7fc
Updated per specifications in PR
e44890e
Biased RW implementation and test
03eb26b
Merge branch 'branch-24.08' into branch-24.08_RandomWalks
G-Cornett 171aef8
WIP Node2Vec and main branch merge
G-Cornett 322f129
Merge branch 'branch-24.08' into branch-24.08_RandomWalks
G-Cornett 24135b8
Update new files to take rng_state
G-Cornett ffa1219
removed old files
G-Cornett 3b4716d
Merge branch 'branch-24.08' into branch-24.08_RandomWalks
G-Cornett a3592ff
Minor change to allow const iterator compatability
G-Cornett 650c5dd
Merge branch 'branch-24.08' into branch-24.08_RandomWalks
G-Cornett 4cd2d06
SG Node2Vec (pre-generic refactoring)
G-Cornett fe41bf1
Merge branch 'branch-24.08' into branch-24.08_RandomWalks
G-Cornett 5672493
Merge branch 'branch-24.08' into branch-24.08_RandomWalks
G-Cornett 57b83b9
Merge branch 'branch-24.08' into branch-24.08_RandomWalks
G-Cornett 80be067
Generic RW refactor to allow node2vec correct shuffling. Biased RW S…
G-Cornett d13dd95
Merge branch 'branch-24.08' into branch-24.08_RandomWalks
G-Cornett a55d88c
Merge branch 'rapidsai:branch-24.08' into branch-24.08_RandomWalks
G-Cornett 597530b
Bug fixes
G-Cornett 941086e
Merge branch 'branch-24.10' into branch-24.08_RandomWalks
G-Cornett a7c6a22
Node2Vec MG retool and bug fixes
G-Cornett b57fcb7
rng_state repositioning and changes per PR review
G-Cornett c50165a
Merge branch 'branch-24.10' into branch-24.08_RandomWalks
G-Cornett 3f300c2
PR review changes (full)
G-Cornett d791b95
Merge branch 'branch-24.10' into branch-24.08_RandomWalks
G-Cornett 28ef4f2
Fixed SG/MG compatability issue
G-Cornett 0a34c25
Merge branch 'branch-24.10' into branch-24.08_RandomWalks
G-Cornett 30815d5
PR review changes, general polishing, SG uniform unblocked
G-Cornett 35cd032
Merge branch 'branch-24.10' into branch-24.08_RandomWalks
G-Cornett c88144b
Merge branch 'branch-24.10' into branch-24.08_RandomWalks
G-Cornett ff493bf
fix style issues
ChuckHastings d997ebf
Merge branch 'branch-24.10' into garrett
ChuckHastings a60bd24
enable C API tests for biased and node2vec
ChuckHastings e39b07f
fix failure on cuda 11.8
ChuckHastings 0fd798c
Merge branch 'branch-24.10' into garrett
ChuckHastings File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Note, passing num_unique_keys was failing on CUDA 11.8. Not sure why, seems like perhaps a compiler bug. Passing first and last worked on both CUDA 11.8 and CUDA 12.
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.
I have seen the issue especially in lambda functions hence now I often pass first and last