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

Take vertex_partition_range_offsets(_lasts) using a raft::host_span instead of std::vector constant reference. #4959

Open
wants to merge 4 commits into
base: branch-25.04
Choose a base branch
from

Conversation

seunghwak
Copy link
Contributor

@seunghwak seunghwak commented Mar 5, 2025

Code cleanup, graph_view_t returns vertex_partition_range_offsets or vertex_partition_range_lasts in std::vector<vertex_t> const& instead of raft::host_span. We have been migrating from std::vector<> const& to raft::host_span in function input parameters. In-line with this, this PR updates our code base to use raft::host_span instead of std::vector<> const& in passing vertex_partition_range_offsets(_lasts).

Marked as breaking as few public functions (e.g. unrenumber_int_vertices) now take raft::host_span instead of std::vector<> const.

Copy link

copy-pr-bot bot commented Mar 5, 2025

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@seunghwak seunghwak marked this pull request as ready for review March 5, 2025 17:54
@seunghwak seunghwak requested a review from a team as a code owner March 5, 2025 17:54
@seunghwak seunghwak added breaking Breaking change improvement Improvement / enhancement to an existing function labels Mar 5, 2025
@seunghwak seunghwak added this to the 25.04 milestone Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change cuGraph improvement Improvement / enhancement to an existing function
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants