Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,6 @@ def generate_wheels_matrix(
upload_to_base_bucket = "no"
if os in (LINUX, WINDOWS):
arches += CUDA_ARCHES
# todo: remove once windows cuda 13.0 binaries are available
if channel == NIGHTLY and os != LINUX:
arches.remove("13.0")
elif os == LINUX_AARCH64:
arches += CUDA_AARCH64_ARCHES

Expand Down
75 changes: 75 additions & 0 deletions tools/tests/assets/build_matrix_windows_wheel_cuda.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,21 @@
"stable_version": "2.8.0",
"use_split_build": false
},
{
"python_version": "3.10",
"gpu_arch_type": "cuda",
"gpu_arch_version": "13.0",
"desired_cuda": "cu130",
"container_image": "pytorch/manylinux2_28-builder:cuda13.0",
"package_type": "wheel",
"build_name": "wheel-py3_10-cuda13_0",
"validation_runner": "windows.g4dn.xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu130",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.8.0",
"use_split_build": false
},
{
"python_version": "3.10",
"gpu_arch_type": "xpu",
Expand Down Expand Up @@ -105,6 +120,21 @@
"stable_version": "2.8.0",
"use_split_build": false
},
{
"python_version": "3.11",
"gpu_arch_type": "cuda",
"gpu_arch_version": "13.0",
"desired_cuda": "cu130",
"container_image": "pytorch/manylinux2_28-builder:cuda13.0",
"package_type": "wheel",
"build_name": "wheel-py3_11-cuda13_0",
"validation_runner": "windows.g4dn.xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu130",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.8.0",
"use_split_build": false
},
{
"python_version": "3.11",
"gpu_arch_type": "xpu",
Expand Down Expand Up @@ -165,6 +195,21 @@
"stable_version": "2.8.0",
"use_split_build": false
},
{
"python_version": "3.12",
"gpu_arch_type": "cuda",
"gpu_arch_version": "13.0",
"desired_cuda": "cu130",
"container_image": "pytorch/manylinux2_28-builder:cuda13.0",
"package_type": "wheel",
"build_name": "wheel-py3_12-cuda13_0",
"validation_runner": "windows.g4dn.xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu130",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.8.0",
"use_split_build": false
},
{
"python_version": "3.12",
"gpu_arch_type": "xpu",
Expand Down Expand Up @@ -225,6 +270,21 @@
"stable_version": "2.8.0",
"use_split_build": false
},
{
"python_version": "3.13",
"gpu_arch_type": "cuda",
"gpu_arch_version": "13.0",
"desired_cuda": "cu130",
"container_image": "pytorch/manylinux2_28-builder:cuda13.0",
"package_type": "wheel",
"build_name": "wheel-py3_13-cuda13_0",
"validation_runner": "windows.g4dn.xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu130",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.8.0",
"use_split_build": false
},
{
"python_version": "3.13",
"gpu_arch_type": "xpu",
Expand Down Expand Up @@ -285,6 +345,21 @@
"stable_version": "2.8.0",
"use_split_build": false
},
{
"python_version": "3.13t",
"gpu_arch_type": "cuda",
"gpu_arch_version": "13.0",
"desired_cuda": "cu130",
"container_image": "pytorch/manylinux2_28-builder:cuda13.0",
"package_type": "wheel",
"build_name": "wheel-py3_13t-cuda13_0",
"validation_runner": "windows.g4dn.xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu130",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.8.0",
"use_split_build": false
},
{
"python_version": "3.13t",
"gpu_arch_type": "xpu",
Expand Down
Loading