Skip to content

Commit

Permalink
ci: Bump CUDA 11.1 -> 11.3
Browse files Browse the repository at this point in the history
We're deprecating support for CUDA 11.1 so moving all of our CUDA 11.1
workflows to CUDA 11.3

Signed-off-by: Eli Uriegas <eliuriegasfb.com>

Pull Request resolved: pytorch#73449

Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
  • Loading branch information
seemethere authored and pytorchmergebot committed Feb 25, 2022
1 parent 16554be commit 9a8000f
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 744 deletions.
19 changes: 5 additions & 14 deletions .github/generated-ciflow-ruleset.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 2 additions & 26 deletions .github/scripts/generate_ci_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,18 +420,6 @@ def generate_workflow_file(self, workflow_template: jinja2.Template) -> None:
labels={LABEL_CIFLOW_SCHEDULED, LABEL_CIFLOW_CUDA, LABEL_CIFLOW_WIN}
),
),
CIWorkflow(
arch="windows",
build_environment="periodic-win-vs2019-cuda11.1-py3",
cuda_version="11.1",
enable_distributed_test=False,
test_runner_type=WINDOWS_CUDA_TEST_RUNNER,
num_test_shards=2,
is_scheduled="45 0,4,8,12,16,20 * * *",
ciflow_config=CIFlowConfig(
labels={LABEL_CIFLOW_SCHEDULED, LABEL_CIFLOW_WIN, LABEL_CIFLOW_CUDA}
),
),
]

LINUX_WORKFLOWS = [
Expand Down Expand Up @@ -663,8 +651,8 @@ def generate_workflow_file(self, workflow_template: jinja2.Template) -> None:
),
CIWorkflow(
arch="linux",
build_environment="periodic-linux-xenial-cuda11.1-py3.7-gcc7-debug",
docker_image_base=f"{DOCKER_REGISTRY}/pytorch/pytorch-linux-xenial-cuda11.1-cudnn8-py3-gcc7",
build_environment="periodic-linux-xenial-cuda11.3-py3.7-gcc7-debug",
docker_image_base=f"{DOCKER_REGISTRY}/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7",
test_runner_type=LINUX_CUDA_TEST_RUNNER,
num_test_shards=2,
build_with_debug=True,
Expand All @@ -673,18 +661,6 @@ def generate_workflow_file(self, workflow_template: jinja2.Template) -> None:
labels={LABEL_CIFLOW_SCHEDULED, LABEL_CIFLOW_LINUX, LABEL_CIFLOW_CUDA}
),
),
CIWorkflow(
arch="linux",
build_environment="periodic-libtorch-linux-xenial-cuda11.1-py3.7-gcc7",
docker_image_base=f"{DOCKER_REGISTRY}/pytorch/pytorch-linux-xenial-cuda11.1-cudnn8-py3-gcc7",
test_runner_type=LINUX_CUDA_TEST_RUNNER,
build_generates_artifacts=False,
exclude_test=True,
is_scheduled="45 0,4,8,12,16,20 * * *",
ciflow_config=CIFlowConfig(
labels={LABEL_CIFLOW_SCHEDULED, LABEL_CIFLOW_LINUX, LABEL_CIFLOW_LIBTORCH, LABEL_CIFLOW_CUDA},
),
),
CIWorkflow(
arch="linux",
build_environment="linux-bionic-py3.7-clang9",
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/generated-docker-builds.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Loading

0 comments on commit 9a8000f

Please sign in to comment.