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

Implement the mergeable concept #484

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Conversation

miscco
Copy link
Contributor

@miscco miscco commented Sep 26, 2023

Fixes #483

@miscco miscco requested review from a team as code owners September 26, 2023 06:54
@miscco miscco requested review from wmaxey and ericniebler and removed request for a team September 26, 2023 06:54
static_assert(!cuda::std::mergeable<Output, Input, Output>);
static_assert(!cuda::std::mergeable<Input, Output, Output>);

// O is not weakly incrementable.
Copy link
Collaborator

Choose a reason for hiding this comment

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

suggestion:

Suggested change
// O is not weakly incrementable.
// Out is not weakly incrementable.

@miscco miscco merged commit 8b1107c into NVIDIA:main Sep 27, 2023
@miscco miscco deleted the ranges_mergeable branch September 27, 2023 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Implement mergeable concept
2 participants