Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cu128 Windows Torchaudio and Torchvision Builds #6308

Merged
merged 1 commit into from
Feb 24, 2025
Merged
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 @@ -462,9 +462,6 @@ def generate_wheels_matrix(
upload_to_base_bucket = "no"
if os in (LINUX, WINDOWS):
arches += CUDA_ARCHES
# todo: remove once windows cuda 12.8 binaries are available
if channel == NIGHTLY and os == WINDOWS:
arches.remove("12.8")

if with_rocm == ENABLE and os == LINUX:
arches += ROCM_ARCHES
Expand Down
90 changes: 90 additions & 0 deletions tools/tests/assets/build_matrix_windows_wheel_cuda.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,21 @@
"stable_version": "2.6.0",
"use_split_build": false
},
{
"python_version": "3.9",
"gpu_arch_type": "cuda",
"gpu_arch_version": "12.8",
"desired_cuda": "cu128",
"container_image": "pytorch/manylinux2_28-builder:cuda12.8",
"package_type": "wheel",
"build_name": "wheel-py3_9-cuda12_8",
"validation_runner": "windows.g4dn.xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.6.0",
"use_split_build": false
},
{
"python_version": "3.9",
"gpu_arch_type": "xpu",
Expand Down Expand Up @@ -135,6 +150,21 @@
"stable_version": "2.6.0",
"use_split_build": false
},
{
"python_version": "3.10",
"gpu_arch_type": "cuda",
"gpu_arch_version": "12.8",
"desired_cuda": "cu128",
"container_image": "pytorch/manylinux2_28-builder:cuda12.8",
"package_type": "wheel",
"build_name": "wheel-py3_10-cuda12_8",
"validation_runner": "windows.g4dn.xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.6.0",
"use_split_build": false
},
{
"python_version": "3.10",
"gpu_arch_type": "xpu",
Expand Down Expand Up @@ -210,6 +240,21 @@
"stable_version": "2.6.0",
"use_split_build": false
},
{
"python_version": "3.11",
"gpu_arch_type": "cuda",
"gpu_arch_version": "12.8",
"desired_cuda": "cu128",
"container_image": "pytorch/manylinux2_28-builder:cuda12.8",
"package_type": "wheel",
"build_name": "wheel-py3_11-cuda12_8",
"validation_runner": "windows.g4dn.xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.6.0",
"use_split_build": false
},
{
"python_version": "3.11",
"gpu_arch_type": "xpu",
Expand Down Expand Up @@ -285,6 +330,21 @@
"stable_version": "2.6.0",
"use_split_build": false
},
{
"python_version": "3.12",
"gpu_arch_type": "cuda",
"gpu_arch_version": "12.8",
"desired_cuda": "cu128",
"container_image": "pytorch/manylinux2_28-builder:cuda12.8",
"package_type": "wheel",
"build_name": "wheel-py3_12-cuda12_8",
"validation_runner": "windows.g4dn.xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.6.0",
"use_split_build": false
},
{
"python_version": "3.12",
"gpu_arch_type": "xpu",
Expand Down Expand Up @@ -360,6 +420,21 @@
"stable_version": "2.6.0",
"use_split_build": false
},
{
"python_version": "3.13",
"gpu_arch_type": "cuda",
"gpu_arch_version": "12.8",
"desired_cuda": "cu128",
"container_image": "pytorch/manylinux2_28-builder:cuda12.8",
"package_type": "wheel",
"build_name": "wheel-py3_13-cuda12_8",
"validation_runner": "windows.g4dn.xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.6.0",
"use_split_build": false
},
{
"python_version": "3.13",
"gpu_arch_type": "xpu",
Expand Down Expand Up @@ -434,6 +509,21 @@
"upload_to_base_bucket": "no",
"stable_version": "2.6.0",
"use_split_build": false
},
{
"python_version": "3.13t",
"gpu_arch_type": "cuda",
"gpu_arch_version": "12.8",
"desired_cuda": "cu128",
"container_image": "pytorch/manylinux2_28-builder:cuda12.8",
"package_type": "wheel",
"build_name": "wheel-py3_13t-cuda12_8",
"validation_runner": "windows.g4dn.xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.6.0",
"use_split_build": false
}
]
}
Loading