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

Migrate C2H library to top-level library #2629

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

alliepiper
Copy link
Collaborator

@alliepiper alliepiper commented Oct 25, 2024

Description

Moves CUB Catch2Helper library to a shared top-level library. This is an initial MVP and may still be rough around the edges, with some duplicated code between c2h and CUB's testing utilities (necessary for the non-c2h CUB tests).

To enable in a project, call cccl_get_c2h() in CMake and update inspect_changes.sh to declare the dependency.

Fixes #2615.

@alliepiper alliepiper requested review from a team as code owners October 25, 2024 16:00
@alliepiper alliepiper marked this pull request as draft October 25, 2024 16:00
[skip-docs][skip-vdc][skip-rapids]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Review
Development

Successfully merging this pull request may close these issues.

Migrate CUB's c2h test library to the CCCL level to facilitate reuse.
1 participant