Skip to content

Conversation

@LoserCheems
Copy link
Collaborator

Enhance compatibility by including ARM64 OS in the build matrix and updating default CUDA architectures to support more versions.

Copilot AI review requested due to automatic review settings September 20, 2025 12:36
@LoserCheems LoserCheems merged commit 5fe4ed4 into main Sep 20, 2025
1 check passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR expands the build matrix to improve hardware compatibility by adding ARM64 support and extending CUDA architecture coverage. The changes enable building for ARM64 systems and add support for newer CUDA compute capabilities.

  • Added ARM64 OS (ubuntu-22.04-arm64) to the build matrix
  • Extended default CUDA architectures from "80;90" to "80;90;100;120"
  • Updated both the setup.py configuration and GitHub Actions workflow to align with these expanded targets

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
setup.py Updated default CUDA architectures to include compute capabilities 100 and 120
.github/workflows/publish.yml Added ARM64 OS to build matrix and expanded architecture targets

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants