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] Add missing thrust includes to transpose.cuh #575

Merged
merged 1 commit into from
Mar 22, 2022

Conversation

zbjornson
Copy link
Contributor

Including raft/linalg/transpose.cuh appears to work today, but a few weeks ago it didn't because of these missing includes. Either way, these should be here because they're used.

I can't figure out how to get include-what-you-use to process .cuh files, but that would be a nice check for all of the RAPIDS repos.

@zbjornson zbjornson requested a review from a team as a code owner March 22, 2022 03:38
@github-actions github-actions bot added the cpp label Mar 22, 2022
@zbjornson zbjornson changed the title Add missing thrust includes to transpose.cuh [REVIEW] Add missing thrust includes to transpose.cuh Mar 22, 2022
@cjnolet
Copy link
Member

cjnolet commented Mar 22, 2022

rerun tests

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

@cjnolet
Copy link
Member

cjnolet commented Mar 22, 2022

rerun tests

@cjnolet cjnolet added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Mar 22, 2022
@cjnolet
Copy link
Member

cjnolet commented Mar 22, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 15b2ef7 into rapidsai:branch-22.04 Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp 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.

2 participants