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 different wheel-size thresholds based on CUDA version #469

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

jameslamb
Copy link
Member

cuvs-cu11 wheels are significantly larger than cuvs-cu12 wheels, because (among other reasons) they are not able to dynamically link to CUDA math library wheels.

In #464, I proposed a size limit for CI checks of "max CUDA 11 wheel size + a buffer".

This PR proposes using different thresholds based on CUDA major version, following these discussions:

@jameslamb jameslamb added improvement Improves an existing functionality non-breaking Introduces a non-breaking change DO NOT MERGE labels Nov 14, 2024
@jameslamb jameslamb changed the title WIP: [DO NOT MERGE] use different wheel-size thresholds based on CUDA version use different wheel-size thresholds based on CUDA version Nov 15, 2024
@jameslamb jameslamb requested a review from bdice November 15, 2024 00:05
@jameslamb jameslamb marked this pull request as ready for review November 15, 2024 00:05
@jameslamb jameslamb requested review from a team as code owners November 15, 2024 00:05
@jameslamb
Copy link
Member Author

Thanks @msarahan !

@jameslamb
Copy link
Member Author

/merge

@rapids-bot rapids-bot bot merged commit 7b87911 into rapidsai:branch-24.12 Nov 15, 2024
55 checks passed
@jameslamb jameslamb deleted the wheel-validation-pt2 branch November 15, 2024 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci improvement Improves an existing functionality non-breaking Introduces a non-breaking change Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants