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.
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 MG wrapper for HITS #2088
Add MG wrapper for HITS #2088
Changes from 14 commits
43d2f72
26d21fc
4ea2a88
ebece58
eb4adf7
77312e9
081ef4a
57b18ec
6387b93
ff6a195
8f395d6
73445c7
4b86078
5976a2b
9c75b48
9f4be5d
204d2ef
f16a549
812f92c
ac81610
259d140
34c23c2
5399e4b
acaeea6
09481bf
38b52ff
346ca3b
1bd9bb1
4546a14
ab042f6
a531c06
138b49b
2774bdb
14e1caa
8494100
4a26602
1ad30ca
3e47bf1
b6ec8c3
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
The reference to "Gunrock" should be dropped since we are no longer using that as the backend. Does our version use 1- or 2-norm?
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 dropped the "Gunrock" reference. regarding the implementation , I will ask Chuck and update the docstring accordingly
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.
The Gunrock implementation used the L2 norm. Our primitive based implementation uses the L1 norm.
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.
Fixed