Swap CUDA 11.1 and 11.3 in CI to make 11.1 periodic (#63900)
Summary:
Preparing for supporting 11.3 in the next release.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/63900
Reviewed By: malfet
Differential Revision: D30541437
Pulled By: janeyx99
fbshipit-source-id: a7297da7f7818a4291b1c321d62d76fc2c0f1f90
diff --git a/.github/generated-ciflow-ruleset.json b/.github/generated-ciflow-ruleset.json
index 70aa776..d135611 100644
--- a/.github/generated-ciflow-ruleset.json
+++ b/.github/generated-ciflow-ruleset.json
@@ -3,19 +3,19 @@
"label_rules": {
"ciflow/all": [
"libtorch-linux-xenial-cuda10.2-py3.6-gcc7",
- "libtorch-linux-xenial-cuda11.1-py3.6-gcc7",
+ "libtorch-linux-xenial-cuda11.3-py3.6-gcc7",
"linux-bionic-cuda10.2-py3.9-gcc7",
"linux-bionic-py3.8-gcc9-coverage",
"linux-xenial-cuda10.2-py3.6-gcc7",
- "linux-xenial-cuda11.1-py3.6-gcc7",
+ "linux-xenial-cuda11.3-py3.6-gcc7",
"linux-xenial-py3.6-gcc5.4",
"linux-xenial-py3.6-gcc7-bazel-test",
- "periodic-libtorch-linux-xenial-cuda11.3-py3.6-gcc7",
- "periodic-linux-xenial-cuda11.3-py3.6-gcc7",
- "periodic-win-vs2019-cuda11.3-py3",
+ "periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7",
+ "periodic-linux-xenial-cuda11.1-py3.6-gcc7",
+ "periodic-win-vs2019-cuda11.1-py3",
"win-vs2019-cpu-py3",
"win-vs2019-cuda10.1-py3",
- "win-vs2019-cuda11.1-py3"
+ "win-vs2019-cuda11.3-py3"
],
"ciflow/bazel": [
"linux-xenial-py3.6-gcc7-bazel-test"
@@ -31,19 +31,19 @@
],
"ciflow/cuda": [
"libtorch-linux-xenial-cuda10.2-py3.6-gcc7",
- "libtorch-linux-xenial-cuda11.1-py3.6-gcc7",
+ "libtorch-linux-xenial-cuda11.3-py3.6-gcc7",
"linux-bionic-cuda10.2-py3.9-gcc7",
"linux-xenial-cuda10.2-py3.6-gcc7",
- "linux-xenial-cuda11.1-py3.6-gcc7",
- "periodic-libtorch-linux-xenial-cuda11.3-py3.6-gcc7",
- "periodic-linux-xenial-cuda11.3-py3.6-gcc7",
- "periodic-win-vs2019-cuda11.3-py3",
+ "linux-xenial-cuda11.3-py3.6-gcc7",
+ "periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7",
+ "periodic-linux-xenial-cuda11.1-py3.6-gcc7",
+ "periodic-win-vs2019-cuda11.1-py3",
"win-vs2019-cuda10.1-py3",
- "win-vs2019-cuda11.1-py3"
+ "win-vs2019-cuda11.3-py3"
],
"ciflow/default": [
"linux-bionic-py3.8-gcc9-coverage",
- "linux-xenial-cuda11.1-py3.6-gcc7",
+ "linux-xenial-cuda11.3-py3.6-gcc7",
"linux-xenial-py3.6-gcc5.4",
"linux-xenial-py3.6-gcc7-bazel-test",
"win-vs2019-cpu-py3",
@@ -51,35 +51,35 @@
],
"ciflow/libtorch": [
"libtorch-linux-xenial-cuda10.2-py3.6-gcc7",
- "libtorch-linux-xenial-cuda11.1-py3.6-gcc7",
- "periodic-libtorch-linux-xenial-cuda11.3-py3.6-gcc7"
+ "libtorch-linux-xenial-cuda11.3-py3.6-gcc7",
+ "periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7"
],
"ciflow/linux": [
"libtorch-linux-xenial-cuda10.2-py3.6-gcc7",
- "libtorch-linux-xenial-cuda11.1-py3.6-gcc7",
+ "libtorch-linux-xenial-cuda11.3-py3.6-gcc7",
"linux-bionic-cuda10.2-py3.9-gcc7",
"linux-bionic-py3.8-gcc9-coverage",
"linux-xenial-cuda10.2-py3.6-gcc7",
- "linux-xenial-cuda11.1-py3.6-gcc7",
+ "linux-xenial-cuda11.3-py3.6-gcc7",
"linux-xenial-py3.6-gcc5.4",
"linux-xenial-py3.6-gcc7-bazel-test",
- "periodic-libtorch-linux-xenial-cuda11.3-py3.6-gcc7",
- "periodic-linux-xenial-cuda11.3-py3.6-gcc7"
+ "periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7",
+ "periodic-linux-xenial-cuda11.1-py3.6-gcc7"
],
"ciflow/scheduled": [
- "periodic-libtorch-linux-xenial-cuda11.3-py3.6-gcc7",
- "periodic-linux-xenial-cuda11.3-py3.6-gcc7",
- "periodic-win-vs2019-cuda11.3-py3"
+ "periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7",
+ "periodic-linux-xenial-cuda11.1-py3.6-gcc7",
+ "periodic-win-vs2019-cuda11.1-py3"
],
"ciflow/slow": [
"linux-bionic-cuda10.2-py3.9-gcc7",
"linux-xenial-cuda10.2-py3.6-gcc7"
],
"ciflow/win": [
- "periodic-win-vs2019-cuda11.3-py3",
+ "periodic-win-vs2019-cuda11.1-py3",
"win-vs2019-cpu-py3",
"win-vs2019-cuda10.1-py3",
- "win-vs2019-cuda11.1-py3"
+ "win-vs2019-cuda11.3-py3"
]
},
"version": "v1"
diff --git a/.github/scripts/generate_ci_workflows.py b/.github/scripts/generate_ci_workflows.py
index 097974d..e24c2e5 100755
--- a/.github/scripts/generate_ci_workflows.py
+++ b/.github/scripts/generate_ci_workflows.py
@@ -214,8 +214,8 @@
),
CIWorkflow(
arch="windows",
- build_environment="win-vs2019-cuda11.1-py3",
- cuda_version="11.1",
+ build_environment="win-vs2019-cuda11.3-py3",
+ cuda_version="11.3",
test_runner_type=WINDOWS_CUDA_TEST_RUNNER,
num_test_shards=2,
on_pull_request=True,
@@ -227,8 +227,8 @@
),
CIWorkflow(
arch="windows",
- build_environment="periodic-win-vs2019-cuda11.3-py3",
- cuda_version="11.3",
+ build_environment="periodic-win-vs2019-cuda11.1-py3",
+ cuda_version="11.1",
test_runner_type=WINDOWS_CUDA_TEST_RUNNER,
num_test_shards=2,
is_scheduled="45 0,4,8,12,16,20 * * *",
@@ -337,8 +337,8 @@
),
CIWorkflow(
arch="linux",
- build_environment="linux-xenial-cuda11.1-py3.6-gcc7",
- docker_image_base=f"{DOCKER_REGISTRY}/pytorch/pytorch-linux-xenial-cuda11.1-cudnn8-py3-gcc7",
+ build_environment="linux-xenial-cuda11.3-py3.6-gcc7",
+ 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,
on_pull_request=True,
@@ -349,8 +349,8 @@
),
CIWorkflow(
arch="linux",
- build_environment="libtorch-linux-xenial-cuda11.1-py3.6-gcc7",
- docker_image_base=f"{DOCKER_REGISTRY}/pytorch/pytorch-linux-xenial-cuda11.1-cudnn8-py3-gcc7",
+ build_environment="libtorch-linux-xenial-cuda11.3-py3.6-gcc7",
+ docker_image_base=f"{DOCKER_REGISTRY}/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7",
test_runner_type=LINUX_CUDA_TEST_RUNNER,
is_libtorch=True,
on_pull_request=True,
@@ -362,8 +362,8 @@
),
CIWorkflow(
arch="linux",
- build_environment="periodic-linux-xenial-cuda11.3-py3.6-gcc7",
- docker_image_base=f"{DOCKER_REGISTRY}/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7",
+ build_environment="periodic-linux-xenial-cuda11.1-py3.6-gcc7",
+ docker_image_base=f"{DOCKER_REGISTRY}/pytorch/pytorch-linux-xenial-cuda11.1-cudnn8-py3-gcc7",
test_runner_type=LINUX_CUDA_TEST_RUNNER,
num_test_shards=2,
is_scheduled="45 0,4,8,12,16,20 * * *",
@@ -376,8 +376,8 @@
),
CIWorkflow(
arch="linux",
- build_environment="periodic-libtorch-linux-xenial-cuda11.3-py3.6-gcc7",
- docker_image_base=f"{DOCKER_REGISTRY}/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7",
+ build_environment="periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7",
+ docker_image_base=f"{DOCKER_REGISTRY}/pytorch/pytorch-linux-xenial-cuda11.1-cudnn8-py3-gcc7",
test_runner_type=LINUX_CUDA_TEST_RUNNER,
is_libtorch=True,
is_scheduled="45 0,4,8,12,16,20 * * *",
diff --git a/.github/workflows/generated-libtorch-linux-xenial-cuda11.1-py3.6-gcc7.yml b/.github/workflows/generated-libtorch-linux-xenial-cuda11.3-py3.6-gcc7.yml
similarity index 96%
rename from .github/workflows/generated-libtorch-linux-xenial-cuda11.1-py3.6-gcc7.yml
rename to .github/workflows/generated-libtorch-linux-xenial-cuda11.3-py3.6-gcc7.yml
index ba59027..9526102 100644
--- a/.github/workflows/generated-libtorch-linux-xenial-cuda11.1-py3.6-gcc7.yml
+++ b/.github/workflows/generated-libtorch-linux-xenial-cuda11.3-py3.6-gcc7.yml
@@ -2,7 +2,7 @@
# Template is at: .github/templates/linux_ci_workflow.yml.j2
# Generation script: .github/scripts/generate_ci_workflows.py
-name: libtorch-linux-xenial-cuda11.1-py3.6-gcc7
+name: libtorch-linux-xenial-cuda11.3-py3.6-gcc7
on:
pull_request:
@@ -14,8 +14,8 @@
workflow_dispatch:
env:
- BUILD_ENVIRONMENT: libtorch-linux-xenial-cuda11.1-py3.6-gcc7
- DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.1-cudnn8-py3-gcc7
+ BUILD_ENVIRONMENT: libtorch-linux-xenial-cuda11.3-py3.6-gcc7
+ DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7
SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2
TORCH_CUDA_ARCH_LIST: 5.2
IN_CI: 1
@@ -26,7 +26,7 @@
ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
concurrency:
- group: libtorch-linux-xenial-cuda11.1-py3.6-gcc7-${{ github.event.pull_request.number || github.sha }}
+ group: libtorch-linux-xenial-cuda11.3-py3.6-gcc7-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
@@ -120,7 +120,7 @@
needs: [calculate-docker-image, ciflow_should_run]
env:
DOCKER_IMAGE: ${{ needs.calculate-docker-image.outputs.docker_image }}
- JOB_BASE_NAME: libtorch-linux-xenial-cuda11.1-py3.6-gcc7-build
+ JOB_BASE_NAME: libtorch-linux-xenial-cuda11.3-py3.6-gcc7-build
steps:
- name: Log in to ECR
run: |
diff --git a/.github/workflows/generated-linux-xenial-cuda11.1-py3.6-gcc7.yml b/.github/workflows/generated-linux-xenial-cuda11.3-py3.6-gcc7.yml
similarity index 97%
rename from .github/workflows/generated-linux-xenial-cuda11.1-py3.6-gcc7.yml
rename to .github/workflows/generated-linux-xenial-cuda11.3-py3.6-gcc7.yml
index 4275cc3..3273cb0 100644
--- a/.github/workflows/generated-linux-xenial-cuda11.1-py3.6-gcc7.yml
+++ b/.github/workflows/generated-linux-xenial-cuda11.3-py3.6-gcc7.yml
@@ -2,7 +2,7 @@
# Template is at: .github/templates/linux_ci_workflow.yml.j2
# Generation script: .github/scripts/generate_ci_workflows.py
-name: linux-xenial-cuda11.1-py3.6-gcc7
+name: linux-xenial-cuda11.3-py3.6-gcc7
on:
pull_request:
@@ -14,8 +14,8 @@
workflow_dispatch:
env:
- BUILD_ENVIRONMENT: linux-xenial-cuda11.1-py3.6-gcc7
- DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.1-cudnn8-py3-gcc7
+ BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.6-gcc7
+ DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7
SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2
TORCH_CUDA_ARCH_LIST: 5.2
IN_CI: 1
@@ -26,7 +26,7 @@
ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
concurrency:
- group: linux-xenial-cuda11.1-py3.6-gcc7-${{ github.event.pull_request.number || github.sha }}
+ group: linux-xenial-cuda11.3-py3.6-gcc7-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
@@ -120,7 +120,7 @@
needs: [calculate-docker-image, ciflow_should_run]
env:
DOCKER_IMAGE: ${{ needs.calculate-docker-image.outputs.docker_image }}
- JOB_BASE_NAME: linux-xenial-cuda11.1-py3.6-gcc7-build
+ JOB_BASE_NAME: linux-xenial-cuda11.3-py3.6-gcc7-build
steps:
- name: Log in to ECR
run: |
@@ -256,7 +256,7 @@
runs-on: ${{ matrix.runner }}
env:
DOCKER_IMAGE: ${{ needs.calculate-docker-image.outputs.docker_image }}
- JOB_BASE_NAME: linux-xenial-cuda11.1-py3.6-gcc7-test
+ JOB_BASE_NAME: linux-xenial-cuda11.3-py3.6-gcc7-test
TEST_CONFIG: ${{ matrix.config }}
SHARD_NUMBER: ${{ matrix.shard }}
NUM_TEST_SHARDS: ${{ matrix.num_shards }}
@@ -323,7 +323,7 @@
env | grep '^GITHUB' > "/tmp/github_env_${GITHUB_RUN_ID}"
- name: Test PyTorch
env:
- BUILD_ENVIRONMENT: linux-xenial-cuda11.1-py3.6-gcc7-${{ matrix.config }}
+ BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.6-gcc7-${{ matrix.config }}
PR_NUMBER: ${{ github.event.pull_request.number }}
run: |
if [[ $TEST_CONFIG == 'multigpu' ]]; then
@@ -468,7 +468,7 @@
env:
AWS_DEFAULT_REGION: us-east-1
CIRCLE_BRANCH: ${{ steps.parse-ref.outputs.branch }}
- JOB_BASE_NAME: linux-xenial-cuda11.1-py3.6-gcc7-test
+ JOB_BASE_NAME: linux-xenial-cuda11.3-py3.6-gcc7-test
CIRCLE_PR_NUMBER: ${{ github.event.pull_request.number }}
CIRCLE_SHA1: ${{ github.event.pull_request.head.sha || github.sha }}
CIRCLE_TAG: ${{ steps.parse-ref.outputs.tag }}
diff --git a/.github/workflows/generated-periodic-libtorch-linux-xenial-cuda11.3-py3.6-gcc7.yml b/.github/workflows/generated-periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7.yml
similarity index 96%
rename from .github/workflows/generated-periodic-libtorch-linux-xenial-cuda11.3-py3.6-gcc7.yml
rename to .github/workflows/generated-periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7.yml
index 1f4c6d2..de0aa4b 100644
--- a/.github/workflows/generated-periodic-libtorch-linux-xenial-cuda11.3-py3.6-gcc7.yml
+++ b/.github/workflows/generated-periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7.yml
@@ -2,7 +2,7 @@
# Template is at: .github/templates/linux_ci_workflow.yml.j2
# Generation script: .github/scripts/generate_ci_workflows.py
-name: periodic-libtorch-linux-xenial-cuda11.3-py3.6-gcc7
+name: periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7
on:
pull_request:
@@ -12,8 +12,8 @@
workflow_dispatch:
env:
- BUILD_ENVIRONMENT: periodic-libtorch-linux-xenial-cuda11.3-py3.6-gcc7
- DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7
+ BUILD_ENVIRONMENT: periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7
+ DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.1-cudnn8-py3-gcc7
SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2
TORCH_CUDA_ARCH_LIST: 5.2
IN_CI: 1
@@ -24,7 +24,7 @@
ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
concurrency:
- group: periodic-libtorch-linux-xenial-cuda11.3-py3.6-gcc7-${{ github.event.pull_request.number || github.sha }}
+ group: periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
@@ -118,7 +118,7 @@
needs: [calculate-docker-image, ciflow_should_run]
env:
DOCKER_IMAGE: ${{ needs.calculate-docker-image.outputs.docker_image }}
- JOB_BASE_NAME: periodic-libtorch-linux-xenial-cuda11.3-py3.6-gcc7-build
+ JOB_BASE_NAME: periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7-build
steps:
- name: Log in to ECR
run: |
diff --git a/.github/workflows/generated-periodic-linux-xenial-cuda11.3-py3.6-gcc7.yml b/.github/workflows/generated-periodic-linux-xenial-cuda11.1-py3.6-gcc7.yml
similarity index 97%
rename from .github/workflows/generated-periodic-linux-xenial-cuda11.3-py3.6-gcc7.yml
rename to .github/workflows/generated-periodic-linux-xenial-cuda11.1-py3.6-gcc7.yml
index 0282b20..3f1b5b4 100644
--- a/.github/workflows/generated-periodic-linux-xenial-cuda11.3-py3.6-gcc7.yml
+++ b/.github/workflows/generated-periodic-linux-xenial-cuda11.1-py3.6-gcc7.yml
@@ -2,7 +2,7 @@
# Template is at: .github/templates/linux_ci_workflow.yml.j2
# Generation script: .github/scripts/generate_ci_workflows.py
-name: periodic-linux-xenial-cuda11.3-py3.6-gcc7
+name: periodic-linux-xenial-cuda11.1-py3.6-gcc7
on:
pull_request:
@@ -12,8 +12,8 @@
workflow_dispatch:
env:
- BUILD_ENVIRONMENT: periodic-linux-xenial-cuda11.3-py3.6-gcc7
- DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7
+ BUILD_ENVIRONMENT: periodic-linux-xenial-cuda11.1-py3.6-gcc7
+ DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.1-cudnn8-py3-gcc7
SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2
TORCH_CUDA_ARCH_LIST: 5.2
IN_CI: 1
@@ -24,7 +24,7 @@
ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
concurrency:
- group: periodic-linux-xenial-cuda11.3-py3.6-gcc7-${{ github.event.pull_request.number || github.sha }}
+ group: periodic-linux-xenial-cuda11.1-py3.6-gcc7-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
@@ -118,7 +118,7 @@
needs: [calculate-docker-image, ciflow_should_run]
env:
DOCKER_IMAGE: ${{ needs.calculate-docker-image.outputs.docker_image }}
- JOB_BASE_NAME: periodic-linux-xenial-cuda11.3-py3.6-gcc7-build
+ JOB_BASE_NAME: periodic-linux-xenial-cuda11.1-py3.6-gcc7-build
steps:
- name: Log in to ECR
run: |
@@ -254,7 +254,7 @@
runs-on: ${{ matrix.runner }}
env:
DOCKER_IMAGE: ${{ needs.calculate-docker-image.outputs.docker_image }}
- JOB_BASE_NAME: periodic-linux-xenial-cuda11.3-py3.6-gcc7-test
+ JOB_BASE_NAME: periodic-linux-xenial-cuda11.1-py3.6-gcc7-test
TEST_CONFIG: ${{ matrix.config }}
SHARD_NUMBER: ${{ matrix.shard }}
NUM_TEST_SHARDS: ${{ matrix.num_shards }}
@@ -321,7 +321,7 @@
env | grep '^GITHUB' > "/tmp/github_env_${GITHUB_RUN_ID}"
- name: Test PyTorch
env:
- BUILD_ENVIRONMENT: periodic-linux-xenial-cuda11.3-py3.6-gcc7-${{ matrix.config }}
+ BUILD_ENVIRONMENT: periodic-linux-xenial-cuda11.1-py3.6-gcc7-${{ matrix.config }}
PR_NUMBER: ${{ github.event.pull_request.number }}
run: |
if [[ $TEST_CONFIG == 'multigpu' ]]; then
@@ -466,7 +466,7 @@
env:
AWS_DEFAULT_REGION: us-east-1
CIRCLE_BRANCH: ${{ steps.parse-ref.outputs.branch }}
- JOB_BASE_NAME: periodic-linux-xenial-cuda11.3-py3.6-gcc7-test
+ JOB_BASE_NAME: periodic-linux-xenial-cuda11.1-py3.6-gcc7-test
CIRCLE_PR_NUMBER: ${{ github.event.pull_request.number }}
CIRCLE_SHA1: ${{ github.event.pull_request.head.sha || github.sha }}
CIRCLE_TAG: ${{ steps.parse-ref.outputs.tag }}
diff --git a/.github/workflows/generated-periodic-win-vs2019-cuda11.3-py3.yml b/.github/workflows/generated-periodic-win-vs2019-cuda11.1-py3.yml
similarity index 96%
rename from .github/workflows/generated-periodic-win-vs2019-cuda11.3-py3.yml
rename to .github/workflows/generated-periodic-win-vs2019-cuda11.1-py3.yml
index 6d1eff3..4bf74fa 100644
--- a/.github/workflows/generated-periodic-win-vs2019-cuda11.3-py3.yml
+++ b/.github/workflows/generated-periodic-win-vs2019-cuda11.1-py3.yml
@@ -2,7 +2,7 @@
# Template is at: .github/templates/windows_ci_workflow.yml.j2
# Generation script: .github/scripts/generate_ci_workflows.py
-name: periodic-win-vs2019-cuda11.3-py3
+name: periodic-win-vs2019-cuda11.1-py3
on:
pull_request:
@@ -12,9 +12,9 @@
workflow_dispatch:
env:
- BUILD_ENVIRONMENT: periodic-win-vs2019-cuda11.3-py3
+ BUILD_ENVIRONMENT: periodic-win-vs2019-cuda11.1-py3
BUILD_WHEEL: 1
- CUDA_VERSION: "11.3"
+ CUDA_VERSION: "11.1"
IN_CI: 1
INSTALL_WINDOWS_SDK: 1
PYTHON_VERSION: "3.8"
@@ -29,7 +29,7 @@
USE_CUDA: 1
concurrency:
- group: periodic-win-vs2019-cuda11.3-py3-${{ github.event.pull_request.number || github.sha }}
+ group: periodic-win-vs2019-cuda11.1-py3-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
@@ -47,7 +47,7 @@
working-directory: pytorch-${{ github.run_id }}
needs: [ciflow_should_run]
env:
- JOB_BASE_NAME: periodic-win-vs2019-cuda11.3-py3-build
+ JOB_BASE_NAME: periodic-win-vs2019-cuda11.1-py3-build
http_proxy: "http://internal-tf-lb-20210727220640487900000002-835786077.us-east-1.elb.amazonaws.com:3128"
https_proxy: "http://internal-tf-lb-20210727220640487900000002-835786077.us-east-1.elb.amazonaws.com:3128"
steps:
@@ -150,7 +150,7 @@
test:
env:
- JOB_BASE_NAME: periodic-win-vs2019-cuda11.3-py3-test
+ JOB_BASE_NAME: periodic-win-vs2019-cuda11.1-py3-test
SHARD_NUMBER: ${{ matrix.shard }}
NUM_TEST_SHARDS: ${{ matrix.num_shards }}
TEST_CONFIG: ${{ matrix.config }}
@@ -316,7 +316,7 @@
env:
AWS_DEFAULT_REGION: us-east-1
CIRCLE_BRANCH: ${{ steps.parse-ref.outputs.branch }}
- JOB_BASE_NAME: periodic-win-vs2019-cuda11.3-py3-test
+ JOB_BASE_NAME: periodic-win-vs2019-cuda11.1-py3-test
CIRCLE_PR_NUMBER: ${{ github.event.pull_request.number }}
CIRCLE_SHA1: ${{ github.event.pull_request.head.sha || github.sha }}
CIRCLE_TAG: ${{ steps.parse-ref.outputs.tag }}
diff --git a/.github/workflows/generated-win-vs2019-cuda11.1-py3.yml b/.github/workflows/generated-win-vs2019-cuda11.3-py3.yml
similarity index 97%
rename from .github/workflows/generated-win-vs2019-cuda11.1-py3.yml
rename to .github/workflows/generated-win-vs2019-cuda11.3-py3.yml
index 2b3a30c..1b42300 100644
--- a/.github/workflows/generated-win-vs2019-cuda11.1-py3.yml
+++ b/.github/workflows/generated-win-vs2019-cuda11.3-py3.yml
@@ -2,7 +2,7 @@
# Template is at: .github/templates/windows_ci_workflow.yml.j2
# Generation script: .github/scripts/generate_ci_workflows.py
-name: win-vs2019-cuda11.1-py3
+name: win-vs2019-cuda11.3-py3
on:
pull_request:
@@ -14,9 +14,9 @@
workflow_dispatch:
env:
- BUILD_ENVIRONMENT: win-vs2019-cuda11.1-py3
+ BUILD_ENVIRONMENT: win-vs2019-cuda11.3-py3
BUILD_WHEEL: 1
- CUDA_VERSION: "11.1"
+ CUDA_VERSION: "11.3"
IN_CI: 1
INSTALL_WINDOWS_SDK: 1
PYTHON_VERSION: "3.8"
@@ -31,7 +31,7 @@
USE_CUDA: 1
concurrency:
- group: win-vs2019-cuda11.1-py3-${{ github.event.pull_request.number || github.sha }}
+ group: win-vs2019-cuda11.3-py3-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
@@ -49,7 +49,7 @@
working-directory: pytorch-${{ github.run_id }}
needs: [ciflow_should_run]
env:
- JOB_BASE_NAME: win-vs2019-cuda11.1-py3-build
+ JOB_BASE_NAME: win-vs2019-cuda11.3-py3-build
http_proxy: "http://internal-tf-lb-20210727220640487900000002-835786077.us-east-1.elb.amazonaws.com:3128"
https_proxy: "http://internal-tf-lb-20210727220640487900000002-835786077.us-east-1.elb.amazonaws.com:3128"
steps:
@@ -152,7 +152,7 @@
test:
env:
- JOB_BASE_NAME: win-vs2019-cuda11.1-py3-test
+ JOB_BASE_NAME: win-vs2019-cuda11.3-py3-test
SHARD_NUMBER: ${{ matrix.shard }}
NUM_TEST_SHARDS: ${{ matrix.num_shards }}
TEST_CONFIG: ${{ matrix.config }}
@@ -318,7 +318,7 @@
env:
AWS_DEFAULT_REGION: us-east-1
CIRCLE_BRANCH: ${{ steps.parse-ref.outputs.branch }}
- JOB_BASE_NAME: win-vs2019-cuda11.1-py3-test
+ JOB_BASE_NAME: win-vs2019-cuda11.3-py3-test
CIRCLE_PR_NUMBER: ${{ github.event.pull_request.number }}
CIRCLE_SHA1: ${{ github.event.pull_request.head.sha || github.sha }}
CIRCLE_TAG: ${{ steps.parse-ref.outputs.tag }}