-
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
Delete old nbr sampling software #2371
Delete old nbr sampling software #2371
Conversation
rerun tests |
@@ -84,6 +85,7 @@ template rmm::device_uvector<int64_t> get_global_adjacency_offset( | |||
graph_view_t<int64_t, int64_t, double, false, false> const& graph_view, | |||
rmm::device_uvector<int64_t> const& global_degree_offsets, | |||
rmm::device_uvector<int64_t> const& global_out_degrees); | |||
#endif |
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.
Better just delete?
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.
And can I just close PR #2370?
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 think you can just close PR 2370.
I deleted both of these blocks of code (in _sg and _mg). Thanks for catching that.
@gpucibot merge |
Time ran out during 22.06 development to replace the old code.
This PR renames the experimental version of uniform neighborhood sampling to the regular name and eliminates the original implementation.
Tagged as
breaking
since we eliminate a function from the C++ API.