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

[REVIEW] Fix support for different input and output types in linalg::reduce #296

Merged
merged 1 commit into from
Jul 21, 2021

Conversation

Nyrio
Copy link
Contributor

@Nyrio Nyrio commented Jul 20, 2021

Closes #165

Uses a C++17 if constexpr to discard at compile time a code path that doesn't support different input and output types, and adds a test for such a case (the test won't compile without that constexpr keyword).

@Nyrio Nyrio added bug Something isn't working 3 - Ready for Review non-breaking Non-breaking change cpp labels Jul 20, 2021
@Nyrio Nyrio requested review from a team as code owners July 20, 2021 11:44
Copy link
Member

@cjnolet cjnolet left a comment

Choose a reason for hiding this comment

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

LGTM

@BradReesWork
Copy link
Member

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 14ff641 into branch-21.08 Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review bug Something isn't working cpp non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] raft::linalg::reduce won't compile when InType != OutType
3 participants