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

Reduce parallelism to avoid OOMs in wheel tests #5611

Merged
merged 6 commits into from
Oct 10, 2023

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Oct 6, 2023

Something appears to have changed between 23.10 and 23.12 causing the unit test suite to require more memory than before. As of now, I see no meaningful new commits on the 23.12 branch of cuml. The only real new commit is the addition of ARM CUDA 12 conda builds, which are completely independent. Therefore, the cause of the OOMs must be a change in a dependency. I do see multiple significant commits in raft, so perhaps one of those is the cause. rapidsai/raft#1818 seems like the most plausible culprit, but that's coming from my position of absolute ignorance about raft and the fact that unintentionally copying data in mdspans would in principle be an easy way to accidentally increase memory usage. However, it really could be coming from anywhere.

@github-actions github-actions bot added the ci label Oct 6, 2023
@vyasr vyasr changed the title [TEST] [TEST] Test on 23.12 Oct 6, 2023
@vyasr vyasr changed the title [TEST] Test on 23.12 Reduce parallelism to avoid OOMs in wheel tests Oct 10, 2023
@vyasr vyasr mentioned this pull request Oct 10, 2023
@vyasr vyasr self-assigned this Oct 10, 2023
@vyasr vyasr added bug Something isn't working non-breaking Non-breaking change labels Oct 10, 2023
@vyasr vyasr marked this pull request as ready for review October 10, 2023 17:09
@vyasr vyasr requested a review from a team as a code owner October 10, 2023 17:09
@vyasr
Copy link
Contributor Author

vyasr commented Oct 10, 2023

/merge

@rapids-bot rapids-bot bot merged commit b242cfd into rapidsai:branch-23.12 Oct 10, 2023
55 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 ci non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants