Expand publish matrix for PyTorch 2.11 and 2.12#110
Open
qthequartermasterman wants to merge 1 commit into
Open
Expand publish matrix for PyTorch 2.11 and 2.12#110qthequartermasterman wants to merge 1 commit into
qthequartermasterman wants to merge 1 commit into
Conversation
Author
|
Hi @tridao and @ko3n1g! Are there any other spots in the workflow that would need to be updated to accommodate building wheels for these new python versions? I have projects that use this kernel, but need to update to newer versions of PyTorch. My CI jobs are having to build from source over and over again. If the change to build official wheels is truly this simple, it would benefit not only me, but others I'm sure. I believe this fixes #103. Thanks! |
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.
This updates the release workflows to publish wheels for PyTorch 2.11 and 2.12, and aligns the reusable build workflow with the CUDA wheel variants those PyTorch releases actually publish. The matrix now includes the new supported combinations while excluding unsupported torch/CUDA pairs.
Publish matrix
2.11.0and2.12.0topublish.yaml13.2.0for the PyTorch 2.12 wheel lineCompatibility rules
11.8for PyTorch2.11and2.1213.2for all versions before2.12cxx11_abi: FALSEexclusion to2.11+, matching the newer pip wheel behaviorReusable build workflow
_build.ymlCUDA wheel selection logic:2.11→cu126,cu128,cu1302.12→cu126,cu130,cu132