Skip to content

Reduce parallelism to avoid OOMs in wheel tests - #5611

Merged
rapids-bot[bot] merged 6 commits into
NVIDIA:branch-23.12from
vyasr:fix/wheel_test
Oct 10, 2023
Merged

Reduce parallelism to avoid OOMs in wheel tests#5611
rapids-bot[bot] merged 6 commits into
NVIDIA:branch-23.12from
vyasr:fix/wheel_test

Conversation

@vyasr

@vyasr vyasr commented Oct 6, 2023

Copy link
Copy Markdown
Contributor

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. NVIDIA/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

vyasr commented Oct 10, 2023

Copy link
Copy Markdown
Contributor Author

/merge

@rapids-bot
rapids-bot Bot merged commit b242cfd into NVIDIA:branch-23.12 Oct 10, 2023
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