cuda.bindings: build 12.9 and 13.x selectively from main - #2675
Draft
kkraus14 wants to merge 4 commits into
Draft
Conversation
Moon migration belongs in PR NVIDIA#2659. Restore the pre-Moon selective-CI planner and workflows from 727ef59.
Contributor
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
238955935bd903ac72817c0dfdfe4f6a54ee6bb1ascuda_bindings_12/cu12andcu13variants while preserving its aggregate module gatesmain12.9.xbranch for exceptional legacy-compatibility backports, while removing it from routine build and test artifact sourcingSelective CI behavior
cuda-pythonpaircuda_bindings_12/**sourcecuda_bindings/**sourceThe existing
modules.bindings.needs_*rollups remain available to #2467 consumers. Per-major decisions live undermodules.{bindings,core,python}.variants.{cu12,cu13}, and wheel/sdist matrices are pruned with the corresponding job-level major gates. Core's two build halves are rebuilt together when either bindings line changes so the merged core wheel always comes from one source revision.Stable
v12.9.*tags select only the CUDA 12 bindings/metapackage pair, whilev13.*tags select only the CUDA 13 pair. Exact configured CUDA 12.9 and CUDA 13 test rows consume current-run artifacts; older compatibility rows continue to exercise published wheels.Validation
pixi run python -m unittest ci/tools/tests/test_compute_ci_plan.py(6 tests)cuda-pythonwheel metadata checks for line-matched dependenciesThe full GPU wheel matrix is left to CI.
Depends on #2467.
Closes #1199.