Skip to content

Commit 8153340

Browse files
atalmanpytorchmergebot
authored andcommitted
[CI/CD] Remove CUDA 11.8 builds (#155509)
This removes CUDA 11.8 from CI/CD Please see: #147383 TODO: Will followup of cleaning CUDA 11.8 config from scripts Pull Request resolved: #155509 Approved by: https://github.com/cyyever, https://github.com/huydhn, https://github.com/malfet
1 parent 671a9d1 commit 8153340

8 files changed

+282
-2741
lines changed

.github/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@
1616

1717

1818
# NOTE: Also update the CUDA sources in tools/nightly.py when changing this list
19-
CUDA_ARCHES = ["11.8", "12.6", "12.8"]
19+
CUDA_ARCHES = ["12.6", "12.8"]
2020
CUDA_STABLE = "12.6"
2121
CUDA_ARCHES_FULL_VERSION = {
22-
"11.8": "11.8.0",
2322
"12.6": "12.6.3",
2423
"12.8": "12.8.1",
2524
}
2625
CUDA_ARCHES_CUDNN_VERSION = {
27-
"11.8": "9",
2826
"12.6": "9",
2927
"12.8": "9",
3028
}

.github/scripts/generate_ci_workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class OperatingSystem:
152152
package_type="manywheel",
153153
build_configs=generate_binary_build_matrix.generate_wheels_matrix(
154154
OperatingSystem.LINUX,
155-
arches=["11.8", "12.6", "12.8"],
155+
arches=["12.6", "12.8"],
156156
python_versions=["3.9"],
157157
),
158158
branches="main",

.github/workflows/generated-linux-binary-libtorch-nightly.yml

Lines changed: 0 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/generated-linux-binary-manywheel-main.yml

Lines changed: 0 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)