Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"release": ["3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"],
}
CUDA_ARCHES_DICT = {
"nightly": ["12.6", "12.8", "13.0"],
"test": ["12.6", "12.8", "13.0"],
"release": ["12.6", "12.8", "13.0"],
"nightly": ["12.6", "12.8", "12.9", "13.0"],
"test": ["12.6", "12.8", "12.9", "13.0"],
"release": ["12.6", "12.8", "12.9", "13.0"],
}

ROCM_ARCHES_DICT = {
Expand Down
98 changes: 98 additions & 0 deletions tools/tests/assets/build_matrix_linux_wheel_cuda.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,20 @@
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.10",
"gpu_arch_type": "cuda",
"gpu_arch_version": "12.9",
"desired_cuda": "cu129",
"container_image": "pytorch/manylinux2_28-builder:cuda12.9",
"package_type": "manywheel",
"build_name": "manywheel-py3_10-cuda12_9",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.10",
"gpu_arch_type": "cuda",
Expand Down Expand Up @@ -126,6 +140,20 @@
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.11",
"gpu_arch_type": "cuda",
"gpu_arch_version": "12.9",
"desired_cuda": "cu129",
"container_image": "pytorch/manylinux2_28-builder:cuda12.9",
"package_type": "manywheel",
"build_name": "manywheel-py3_11-cuda12_9",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.11",
"gpu_arch_type": "cuda",
Expand Down Expand Up @@ -210,6 +238,20 @@
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.12",
"gpu_arch_type": "cuda",
"gpu_arch_version": "12.9",
"desired_cuda": "cu129",
"container_image": "pytorch/manylinux2_28-builder:cuda12.9",
"package_type": "manywheel",
"build_name": "manywheel-py3_12-cuda12_9",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.12",
"gpu_arch_type": "cuda",
Expand Down Expand Up @@ -294,6 +336,20 @@
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.13",
"gpu_arch_type": "cuda",
"gpu_arch_version": "12.9",
"desired_cuda": "cu129",
"container_image": "pytorch/manylinux2_28-builder:cuda12.9",
"package_type": "manywheel",
"build_name": "manywheel-py3_13-cuda12_9",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.13",
"gpu_arch_type": "cuda",
Expand Down Expand Up @@ -378,6 +434,20 @@
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.13t",
"gpu_arch_type": "cuda",
"gpu_arch_version": "12.9",
"desired_cuda": "cu129",
"container_image": "pytorch/manylinux2_28-builder:cuda12.9",
"package_type": "manywheel",
"build_name": "manywheel-py3_13t-cuda12_9",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.13t",
"gpu_arch_type": "cuda",
Expand Down Expand Up @@ -462,6 +532,20 @@
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.14",
"gpu_arch_type": "cuda",
"gpu_arch_version": "12.9",
"desired_cuda": "cu129",
"container_image": "pytorch/manylinux2_28-builder:cuda12.9",
"package_type": "manywheel",
"build_name": "manywheel-py3_14-cuda12_9",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.14",
"gpu_arch_type": "cuda",
Expand Down Expand Up @@ -546,6 +630,20 @@
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.14t",
"gpu_arch_type": "cuda",
"gpu_arch_version": "12.9",
"desired_cuda": "cu129",
"container_image": "pytorch/manylinux2_28-builder:cuda12.9",
"package_type": "manywheel",
"build_name": "manywheel-py3_14t-cuda12_9",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.14t",
"gpu_arch_type": "cuda",
Expand Down
98 changes: 98 additions & 0 deletions tools/tests/assets/build_matrix_linux_wheel_cuda_norocm.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,20 @@
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.10",
"gpu_arch_type": "cuda",
"gpu_arch_version": "12.9",
"desired_cuda": "cu129",
"container_image": "pytorch/manylinux2_28-builder:cuda12.9",
"package_type": "manywheel",
"build_name": "manywheel-py3_10-cuda12_9",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.10",
"gpu_arch_type": "cuda",
Expand Down Expand Up @@ -98,6 +112,20 @@
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.11",
"gpu_arch_type": "cuda",
"gpu_arch_version": "12.9",
"desired_cuda": "cu129",
"container_image": "pytorch/manylinux2_28-builder:cuda12.9",
"package_type": "manywheel",
"build_name": "manywheel-py3_11-cuda12_9",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.11",
"gpu_arch_type": "cuda",
Expand Down Expand Up @@ -154,6 +182,20 @@
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.12",
"gpu_arch_type": "cuda",
"gpu_arch_version": "12.9",
"desired_cuda": "cu129",
"container_image": "pytorch/manylinux2_28-builder:cuda12.9",
"package_type": "manywheel",
"build_name": "manywheel-py3_12-cuda12_9",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.12",
"gpu_arch_type": "cuda",
Expand Down Expand Up @@ -210,6 +252,20 @@
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.13",
"gpu_arch_type": "cuda",
"gpu_arch_version": "12.9",
"desired_cuda": "cu129",
"container_image": "pytorch/manylinux2_28-builder:cuda12.9",
"package_type": "manywheel",
"build_name": "manywheel-py3_13-cuda12_9",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.13",
"gpu_arch_type": "cuda",
Expand Down Expand Up @@ -266,6 +322,20 @@
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.13t",
"gpu_arch_type": "cuda",
"gpu_arch_version": "12.9",
"desired_cuda": "cu129",
"container_image": "pytorch/manylinux2_28-builder:cuda12.9",
"package_type": "manywheel",
"build_name": "manywheel-py3_13t-cuda12_9",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.13t",
"gpu_arch_type": "cuda",
Expand Down Expand Up @@ -322,6 +392,20 @@
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.14",
"gpu_arch_type": "cuda",
"gpu_arch_version": "12.9",
"desired_cuda": "cu129",
"container_image": "pytorch/manylinux2_28-builder:cuda12.9",
"package_type": "manywheel",
"build_name": "manywheel-py3_14-cuda12_9",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.14",
"gpu_arch_type": "cuda",
Expand Down Expand Up @@ -378,6 +462,20 @@
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.14t",
"gpu_arch_type": "cuda",
"gpu_arch_version": "12.9",
"desired_cuda": "cu129",
"container_image": "pytorch/manylinux2_28-builder:cuda12.9",
"package_type": "manywheel",
"build_name": "manywheel-py3_14t-cuda12_9",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.9.0"
},
{
"python_version": "3.14t",
"gpu_arch_type": "cuda",
Expand Down
Loading