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

Add missing includes #4947

Merged
merged 2 commits into from
Oct 25, 2022
Merged

Add missing includes #4947

merged 2 commits into from
Oct 25, 2022

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Oct 25, 2022

These includes are probably being transitively included by parts of the standard library, but they are missing in older versions of glibcxx and glibc.

@vyasr vyasr added bug Something isn't working 3 - Ready for Review Ready for review by team non-breaking Non-breaking change libcuml labels Oct 25, 2022
@vyasr vyasr self-assigned this Oct 25, 2022
@vyasr vyasr requested a review from a team as a code owner October 25, 2022 17:12
@vyasr vyasr mentioned this pull request Oct 25, 2022
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.

Yep, we have been trying to add these everywhere as we have been encountering them on cuml and raft

@vyasr
Copy link
Contributor Author

vyasr commented Oct 25, 2022

At this point I'm guessing we've got them all because the wheels build against older glibc so we'd see failures if there were still more missing 🤞

@vyasr
Copy link
Contributor Author

vyasr commented Oct 25, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 9e922a2 into rapidsai:branch-22.12 Oct 25, 2022
@vyasr vyasr deleted the fix/add_missing_stdlib_includes branch October 25, 2022 21:39
jakirkham pushed a commit to jakirkham/cuml that referenced this pull request Feb 27, 2023
These includes are probably being transitively included by parts of the standard library, but they are missing in older versions of glibcxx and glibc.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)
  - Paul Taylor (https://github.com/trxcllnt)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)

URL: rapidsai#4947
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working CUDA/C++ libcuml non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants