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

@clin1234clin1234 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 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-actionsgithub-actionsBot 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
@clin1234clin1234 changed the title 315 supportExpand wheel build to arm64 and WindowsJul 18, 2026

@leofangleofang 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?

@leofangleofang 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-actionsgithub-actionsBot 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 threadcuda_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 threadcuda_core/pyproject.toml
Comment threadcuda_core/pyproject.toml Outdated
Comment threadcuda_bindings/pyproject.toml
Comment threadci/tools/download-wheels
Comment threadci/test-matrix.yml
Comment threadci/test-matrix.yml Outdated
Comment threadci/test-matrix.yml Outdated
Comment threadci/test-matrix.yml
clin1234and 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.
@clin1234

Copy link
Copy Markdown
Author

@leofang, please review

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

Labels

CI/CDCI/CD infrastructurecuda.bindingsEverything related to the cuda.bindings modulecuda.coreEverything related to the cuda.core modulecuda.pathfinderEverything related to the cuda.pathfinder moduleP2Low priority - Nice to have

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Python 3.15

2 participants

@clin1234@leofang