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

Fix std::lock_guard use for gcc 14 support #639

Merged
merged 4 commits into from
Feb 1, 2025

Conversation

enp1s0
Copy link
Member

@enp1s0 enp1s0 commented Feb 1, 2025

The constructor of std::lock_guard in gcc 14 , which is supported by CUDA 12.8, has the nodiscard attribute. This PR fixes the error occurring with gcc 14.

enp1s0 and others added 2 commits February 1, 2025 14:01

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@enp1s0 enp1s0 requested a review from a team as a code owner February 1, 2025 06:06
@enp1s0 enp1s0 self-assigned this Feb 1, 2025
@github-actions github-actions bot added the cpp label Feb 1, 2025
@enp1s0 enp1s0 added bug Something isn't working non-breaking Introduces a non-breaking change cpp and removed cpp labels Feb 1, 2025
@enp1s0
Copy link
Member Author

enp1s0 commented Feb 1, 2025

@achirkin Could you review the code?

Copy link
Contributor

@achirkin achirkin left a comment

Choose a reason for hiding this comment

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

Looks fine to me

@cjnolet
Copy link
Member

cjnolet commented Feb 1, 2025

/merge

@rapids-bot rapids-bot bot merged commit 995b244 into rapidsai:branch-25.02 Feb 1, 2025
61 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cpp non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants