-
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
Rename primitive functions. #2234
Merged
Merged
Changes from 14 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
cc2404e
rename two level primitive files
seunghwak be5884c
rename primitive function calls
seunghwak 14c1945
rename test files
seunghwak 1685445
rename prim function calls in tests
seunghwak 3ec334e
update CMake
seunghwak 56aab7c
additional variable renamings
seunghwak 9f5a9a3
fix errors in print-outs
seunghwak 63c6d26
copyright year
seunghwak 86233f2
piggyback vertex_partition_offsets to vertex_partition_range_offsets …
seunghwak a3e2104
Merge branch 'branch-22.06' of github.com:rapidsai/cugraph into enh_p…
seunghwak 463b75d
Merge branch 'branch-22.06' of github.com:rapidsai/cugraph into enh_p…
seunghwak 2a93c7f
Merge branch 'branch-22.06' of github.com:rapidsai/cugraph into enh_p…
seunghwak cf5406d
fix compile error
seunghwak 2e019f2
Merge branch 'branch-22.06' of github.com:rapidsai/cugraph into enh_p…
seunghwak b3a1e32
update comments about partition_t
seunghwak 1e80fb7
rename update_frontier... file
seunghwak f40e3ab
remove of_v from update_frontier... prim name
seunghwak ac62ee2
rename update_frontier... test flie name
seunghwak 9711389
rename prim files
seunghwak 04e37e0
renmae prim related files
seunghwak 3aca5be
code update based on primitive renamings
seunghwak d001193
Merge branch 'branch-22.06' of github.com:rapidsai/cugraph into enh_p…
seunghwak 161f634
variable renaming in tests
seunghwak 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
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.
Could we rename this to specify that it is a range of vertex ids?
vertex_id_ranges perhaps?
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.
To be more consistent with the rest, we may need to rename
vertex_partition_range
tovertex_id_partition_range
but I feel like this is a bit too lengthy (I thoughtvertex_partition
somewhat implies partitioning of vertex ID ranges but it seems like this implication is not clear enough).I added additional comments below to make this point clearer. Do you think this is sufficient or we need to further discuss about renaming?
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.
Yeah, this explanation is clear enough.