Skip to content
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
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 @@ -33,9 +33,9 @@
}

ROCM_ARCHES_DICT = {
"nightly": ["6.3", "6.4"],
"test": ["6.3", "6.4"],
"release": ["6.3", "6.4"],
"nightly": ["6.4", "7.0"],

@atalman atalman Sep 29, 2025

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change only nightly here. This should not apply to test or release cc @jeffdaily

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in #7245

"test": ["6.4", "7.0"],
"release": ["6.4", "7.0"],
}

CUDA_CUDNN_VERSIONS = {
Expand Down
140 changes: 70 additions & 70 deletions tools/tests/assets/build_matrix_linux_wheel_cuda.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,27 +59,27 @@
{
"python_version": "3.10",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.3",
"desired_cuda": "rocm6.3",
"container_image": "pytorch/manylinux2_28-builder:rocm6.3",
"gpu_arch_version": "6.4",
"desired_cuda": "rocm6.4",
"container_image": "pytorch/manylinux2_28-builder:rocm6.4",
"package_type": "manywheel",
"build_name": "manywheel-py3_10-rocm6_3",
"build_name": "manywheel-py3_10-rocm6_4",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.8.0"
},
{
"python_version": "3.10",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.4",
"desired_cuda": "rocm6.4",
"container_image": "pytorch/manylinux2_28-builder:rocm6.4",
"gpu_arch_version": "7.0",
"desired_cuda": "rocm7.0",
"container_image": "pytorch/manylinux2_28-builder:rocm7.0",
"package_type": "manywheel",
"build_name": "manywheel-py3_10-rocm6_4",
"build_name": "manywheel-py3_10-rocm7_0",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm7.0",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.8.0"
Expand Down Expand Up @@ -143,27 +143,27 @@
{
"python_version": "3.11",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.3",
"desired_cuda": "rocm6.3",
"container_image": "pytorch/manylinux2_28-builder:rocm6.3",
"gpu_arch_version": "6.4",
"desired_cuda": "rocm6.4",
"container_image": "pytorch/manylinux2_28-builder:rocm6.4",
"package_type": "manywheel",
"build_name": "manywheel-py3_11-rocm6_3",
"build_name": "manywheel-py3_11-rocm6_4",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.8.0"
},
{
"python_version": "3.11",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.4",
"desired_cuda": "rocm6.4",
"container_image": "pytorch/manylinux2_28-builder:rocm6.4",
"gpu_arch_version": "7.0",
"desired_cuda": "rocm7.0",
"container_image": "pytorch/manylinux2_28-builder:rocm7.0",
"package_type": "manywheel",
"build_name": "manywheel-py3_11-rocm6_4",
"build_name": "manywheel-py3_11-rocm7_0",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm7.0",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.8.0"
Expand Down Expand Up @@ -227,27 +227,27 @@
{
"python_version": "3.12",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.3",
"desired_cuda": "rocm6.3",
"container_image": "pytorch/manylinux2_28-builder:rocm6.3",
"gpu_arch_version": "6.4",
"desired_cuda": "rocm6.4",
"container_image": "pytorch/manylinux2_28-builder:rocm6.4",
"package_type": "manywheel",
"build_name": "manywheel-py3_12-rocm6_3",
"build_name": "manywheel-py3_12-rocm6_4",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.8.0"
},
{
"python_version": "3.12",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.4",
"desired_cuda": "rocm6.4",
"container_image": "pytorch/manylinux2_28-builder:rocm6.4",
"gpu_arch_version": "7.0",
"desired_cuda": "rocm7.0",
"container_image": "pytorch/manylinux2_28-builder:rocm7.0",
"package_type": "manywheel",
"build_name": "manywheel-py3_12-rocm6_4",
"build_name": "manywheel-py3_12-rocm7_0",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm7.0",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.8.0"
Expand Down Expand Up @@ -311,27 +311,27 @@
{
"python_version": "3.13",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.3",
"desired_cuda": "rocm6.3",
"container_image": "pytorch/manylinux2_28-builder:rocm6.3",
"gpu_arch_version": "6.4",
"desired_cuda": "rocm6.4",
"container_image": "pytorch/manylinux2_28-builder:rocm6.4",
"package_type": "manywheel",
"build_name": "manywheel-py3_13-rocm6_3",
"build_name": "manywheel-py3_13-rocm6_4",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.8.0"
},
{
"python_version": "3.13",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.4",
"desired_cuda": "rocm6.4",
"container_image": "pytorch/manylinux2_28-builder:rocm6.4",
"gpu_arch_version": "7.0",
"desired_cuda": "rocm7.0",
"container_image": "pytorch/manylinux2_28-builder:rocm7.0",
"package_type": "manywheel",
"build_name": "manywheel-py3_13-rocm6_4",
"build_name": "manywheel-py3_13-rocm7_0",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm7.0",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.8.0"
Expand Down Expand Up @@ -395,27 +395,27 @@
{
"python_version": "3.13t",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.3",
"desired_cuda": "rocm6.3",
"container_image": "pytorch/manylinux2_28-builder:rocm6.3",
"gpu_arch_version": "6.4",
"desired_cuda": "rocm6.4",
"container_image": "pytorch/manylinux2_28-builder:rocm6.4",
"package_type": "manywheel",
"build_name": "manywheel-py3_13t-rocm6_3",
"build_name": "manywheel-py3_13t-rocm6_4",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.8.0"
},
{
"python_version": "3.13t",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.4",
"desired_cuda": "rocm6.4",
"container_image": "pytorch/manylinux2_28-builder:rocm6.4",
"gpu_arch_version": "7.0",
"desired_cuda": "rocm7.0",
"container_image": "pytorch/manylinux2_28-builder:rocm7.0",
"package_type": "manywheel",
"build_name": "manywheel-py3_13t-rocm6_4",
"build_name": "manywheel-py3_13t-rocm7_0",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm7.0",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.8.0"
Expand Down Expand Up @@ -479,27 +479,27 @@
{
"python_version": "3.14",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.3",
"desired_cuda": "rocm6.3",
"container_image": "pytorch/manylinux2_28-builder:rocm6.3",
"gpu_arch_version": "6.4",
"desired_cuda": "rocm6.4",
"container_image": "pytorch/manylinux2_28-builder:rocm6.4",
"package_type": "manywheel",
"build_name": "manywheel-py3_14-rocm6_3",
"build_name": "manywheel-py3_14-rocm6_4",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.8.0"
},
{
"python_version": "3.14",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.4",
"desired_cuda": "rocm6.4",
"container_image": "pytorch/manylinux2_28-builder:rocm6.4",
"gpu_arch_version": "7.0",
"desired_cuda": "rocm7.0",
"container_image": "pytorch/manylinux2_28-builder:rocm7.0",
"package_type": "manywheel",
"build_name": "manywheel-py3_14-rocm6_4",
"build_name": "manywheel-py3_14-rocm7_0",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm7.0",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.8.0"
Expand Down Expand Up @@ -563,27 +563,27 @@
{
"python_version": "3.14t",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.3",
"desired_cuda": "rocm6.3",
"container_image": "pytorch/manylinux2_28-builder:rocm6.3",
"gpu_arch_version": "6.4",
"desired_cuda": "rocm6.4",
"container_image": "pytorch/manylinux2_28-builder:rocm6.4",
"package_type": "manywheel",
"build_name": "manywheel-py3_14t-rocm6_3",
"build_name": "manywheel-py3_14t-rocm6_4",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.8.0"
},
{
"python_version": "3.14t",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.4",
"desired_cuda": "rocm6.4",
"container_image": "pytorch/manylinux2_28-builder:rocm6.4",
"gpu_arch_version": "7.0",
"desired_cuda": "rocm7.0",
"container_image": "pytorch/manylinux2_28-builder:rocm7.0",
"package_type": "manywheel",
"build_name": "manywheel-py3_14t-rocm6_4",
"build_name": "manywheel-py3_14t-rocm7_0",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm7.0",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.8.0"
Expand Down
Loading
Loading