Refine build matrix and CUDA architecture specifications#172
Merged
LoserCheems merged 5 commits intomainfrom Sep 20, 2025
Merged
Refine build matrix and CUDA architecture specifications#172LoserCheems merged 5 commits intomainfrom
LoserCheems merged 5 commits intomainfrom
Conversation
…s for compatibility
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR refines the build configuration by removing unnecessary architectures and platform combinations to streamline the wheel build process. The changes focus on supporting only the most relevant CUDA architectures and removing ARM64 builds.
- Reduced CUDA architecture support from 6 architectures (80, 86, 89, 90, 100, 120) to 2 essential ones (80, 90)
- Removed ARM64 OS support from the build matrix
- Updated Python version support to exclude 3.13
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| setup.py | Updates default CUDA architectures from 6 to 2 key versions |
| .github/workflows/publish.yml | Removes ARM64 OS and Python 3.13 from build matrix, reduces architecture specifications |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
Update the architecture matrix and default CUDA architectures to include only relevant versions for wheel builds. Refine Python and Torch version specifications for improved compatibility and remove unnecessary ARM64 OS from the build matrix.