Skip to content

Expand wheel build to arm64 and Windows#2387

Draft
clin1234 wants to merge 10 commits into
NVIDIA:mainfrom
clin1234:315-support
Draft

Expand wheel build to arm64 and Windows#2387
clin1234 wants to merge 10 commits into
NVIDIA:mainfrom
clin1234:315-support

Conversation

@clin1234

@clin1234 clin1234 commented Jul 18, 2026

Copy link
Copy Markdown

Description

closes #2163

Checklist

  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@copy-pr-bot

copy-pr-bot Bot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@github-actions github-actions Bot added CI/CD CI/CD infrastructure cuda.bindings Everything related to the cuda.bindings module cuda.core Everything related to the cuda.core module cuda.pathfinder Everything related to the cuda.pathfinder module labels Jul 18, 2026
@clin1234 clin1234 changed the title 315 support Expand wheel build to arm64 and Windows Jul 18, 2026

@leofang leofang left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks for your contribution! I don't think we want to burn resources this much for pre-release software on a per-PR basis. Could you keep 3.15/3.15t to nightly-standard rows only?

@leofang leofang added P2 Low priority - Nice to have and removed cuda.bindings Everything related to the cuda.bindings module cuda.core Everything related to the cuda.core module cuda.pathfinder Everything related to the cuda.pathfinder module labels Jul 20, 2026
@github-actions github-actions Bot added cuda.bindings Everything related to the cuda.bindings module cuda.core Everything related to the cuda.core module cuda.pathfinder Everything related to the cuda.pathfinder module labels Jul 20, 2026
Removed configurations for Python version 3.15 and 3.15t from the test matrix.
Comment thread cuda_pathfinder/pyproject.toml Outdated
host = [
# TODO: remove the Python 3.15 guard once 3.15 is officially supported
"nvidia-cutlass; python_version < '3.15'",
"nvidia-cutlass",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Did you check that cutlass already has 3.15 support?

Comment thread cuda_core/pyproject.toml
Comment thread cuda_core/pyproject.toml Outdated
Comment thread cuda_bindings/pyproject.toml
Comment thread ci/tools/download-wheels
Comment thread ci/test-matrix.yml
Comment thread ci/test-matrix.yml Outdated
Comment thread ci/test-matrix.yml Outdated
Comment thread ci/test-matrix.yml
clin1234 and others added 4 commits July 20, 2026 14:32
Co-authored-by: Leo Fang <leo80042@gmail.com>
Added new configurations for Python 3.15 and 3.15t with CUDA 13.3.0 for AMD64 and ARM64 architectures.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI/CD CI/CD infrastructure cuda.bindings Everything related to the cuda.bindings module cuda.core Everything related to the cuda.core module cuda.pathfinder Everything related to the cuda.pathfinder module P2 Low priority - Nice to have

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Python 3.15

2 participants