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

Use [[nodiscard]] attribute before __device__ #17608

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

vuule
Copy link
Contributor

@vuule vuule commented Dec 17, 2024

Description

Clang-tidy does not like [[nodiscard]] after __device__ and I don't like red squigly lines.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

Copy link

copy-pr-bot bot commented Dec 17, 2024

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@github-actions github-actions bot added the libcudf Affects libcudf (C++/CUDA) code. label Dec 17, 2024
@vuule vuule added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change and removed libcudf Affects libcudf (C++/CUDA) code. labels Dec 17, 2024
@vuule vuule marked this pull request as ready for review December 17, 2024 01:46
@vuule vuule requested a review from a team as a code owner December 17, 2024 01:46
@vuule vuule requested review from shrshi and PointKernel December 17, 2024 01:46
@github-actions github-actions bot added the libcudf Affects libcudf (C++/CUDA) code. label Dec 17, 2024
@vuule
Copy link
Contributor Author

vuule commented Dec 17, 2024

/merge

@rapids-bot rapids-bot bot merged commit becfacc into rapidsai:branch-25.02 Dec 17, 2024
105 checks passed
@vuule vuule deleted the nodiscard-device-order branch December 17, 2024 06:33
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 libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants