Add native Windows ARM64 (WoA) CI testing
@rwgk is already working on this.
Since Aug 14, 2026.
- Dominant language
- Cython
- Stars
- 3.4k
- Forks
- 329
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 116
Description
Description
CUDA Python (13.4.x branch) can build Windows ARM64 wheels, but the CI does not currently exercise them on CUDA-capable Windows on ARM hardware.
Add native Windows ARM64 CI coverage for the CUDA Python packages and their test suites. The initial implementation can focus on one representative Python and CUDA configuration; broader matrix coverage can follow once the workflow is established and reliable.
Note: Here, "native" means running ARM64 Python and ARM64 extension modules directly on Windows on ARM hardware, rather than only building wheels or testing x64 binaries under emulation.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.