-
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
Update select_random_vertices to sample from a given distributed set or from (0, V] #3455
Update select_random_vertices to sample from a given distributed set or from (0, V] #3455
Conversation
@naimnv you can assign me and Chuck as "Reviewers" when this PR is ready for review. "Assignees" is for the ones who are responsible for updating this PR; i.e. you :-) |
I must had been reading Reviewers but clicked on settings of Assignees :) |
…t_random_vertices
Removing |
@ajschmidt8 IIRC, I didn't add ops-codeowners, I supposed it's read from settings/config? |
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.
is no longer necessary with this update. Better delete as well.
…t_random_vertices
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 I believe we don't need
randomly_select()
(https://github.com/rapidsai/cugraph/blob/branch-23.06/cpp/tests/utilities/thrust_wrapper.cu#L210)
anymore with this PR.
Removed. |
/merge |
Update
select_random_vertices
to select from a given distributed setRemove
randomly_select_destinations
andrandomly_select
and use select_random_vertices