Skip to content

C API for renumbering the samples#3724

Merged
rapids-bot[bot] merged 23 commits intorapidsai:branch-23.08from
ChuckHastings:mfg_capi
Jul 25, 2023
Merged

C API for renumbering the samples#3724
rapids-bot[bot] merged 23 commits intorapidsai:branch-23.08from
ChuckHastings:mfg_capi

Conversation

@ChuckHastings
Copy link
Collaborator

Definition of C API for renumbering of sampling results.

@ChuckHastings ChuckHastings self-assigned this Jul 20, 2023
@ChuckHastings ChuckHastings added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Jul 20, 2023
@ChuckHastings ChuckHastings added this to the 23.08 milestone Jul 20, 2023
std::optional<rmm::device_uvector<vertex_t>> renumber_map{std::nullopt};
std::optional<rmm::device_uvector<size_t>> renumber_map_offsets{std::nullopt};

#if 0
Copy link
Member

Choose a reason for hiding this comment

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

I assume this is disabled pending Seunghwa's PR getting merged?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes. Just pushed an update with a version of Seunghwa's branch merged in (not the latest).

edge_label->size()},
raft::device_span<size_t const>{offsets->data(),
offsets->size()}))
do_expensive_check);
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
do_expensive_check);
,do_expensive_check_);

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixed once I debugged :-)

Copy link
Member

@alexbarghi-nv alexbarghi-nv left a comment

Choose a reason for hiding this comment

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

Tested, working 👍

@ChuckHastings ChuckHastings marked this pull request as ready for review July 24, 2023 22:21
@ChuckHastings ChuckHastings requested a review from a team as a code owner July 24, 2023 22:21
Copy link
Contributor

@seunghwak seunghwak left a comment

Choose a reason for hiding this comment

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

LGTM.

@ChuckHastings
Copy link
Collaborator Author

/merge

@rapids-bot rapids-bot bot merged commit b09763d into rapidsai:branch-23.08 Jul 25, 2023
@ChuckHastings ChuckHastings deleted the mfg_capi branch September 27, 2023 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improvement / enhancement to an existing function non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants