Skip to content
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

Merged

Conversation

ChuckHastings
Copy link
Collaborator

@ChuckHastings ChuckHastings commented Jun 23, 2022

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.

@ChuckHastings ChuckHastings requested review from a team as code owners June 23, 2022 18:37
@ChuckHastings ChuckHastings self-assigned this Jun 23, 2022
@ChuckHastings ChuckHastings added 3 - Ready for Review improvement Improvement / enhancement to an existing function breaking Breaking change labels Jun 23, 2022
@ChuckHastings ChuckHastings added this to the 22.08 milestone Jun 23, 2022
@BradReesWork
Copy link
Member

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better just delete?

Copy link
Contributor

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?

Copy link
Collaborator Author

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.

@ChuckHastings
Copy link
Collaborator Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit eae4585 into rapidsai:branch-22.08 Jul 8, 2022
@ChuckHastings ChuckHastings deleted the delete_old_nbr_sampling branch August 4, 2022 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change improvement Improvement / enhancement to an existing function
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants