Commit 155dc298 authored by Andrey Talman's avatar Andrey Talman Committed by Facebook GitHub Bot
Browse files

CUDA 11.3 remove. New Stable version is 11.6 (#2670)

Summary:
CUDA 11.3 Removing.

Core PR: https://github.com/pytorch/pytorch/pull/84866
cc malfet ptrblck

Pull Request resolved: https://github.com/pytorch/audio/pull/2670

Reviewed By: malfet, osalpekar

Differential Revision: D39449263

Pulled By: atalman

fbshipit-source-id: f86bb119685ead3ffcabd92c4bb8076aecde4095
parent 4d535e88
...@@ -715,7 +715,7 @@ jobs: ...@@ -715,7 +715,7 @@ jobs:
name: windows-gpu name: windows-gpu
environment: environment:
<<: *environment <<: *environment
CUDA_VERSION: "11.3" CUDA_VERSION: "11.6"
steps: steps:
- checkout - checkout
- designate_upload_channel - designate_upload_channel
...@@ -942,19 +942,6 @@ workflows: ...@@ -942,19 +942,6 @@ workflows:
python_version: '3.7' python_version: '3.7'
requires: requires:
- binary_linux_wheel_py3.7_cu102 - binary_linux_wheel_py3.7_cu102
- binary_linux_wheel:
cuda_version: cu113
name: binary_linux_wheel_py3.7_cu113
python_version: '3.7'
requires:
- build_ffmpeg_linux
wheel_docker_image: pytorch/manylinux-cuda113
- smoke_test_linux_pip:
cuda_version: cu113
name: binary_linux_wheel_py3.7_cu113_smoke_test_pip
python_version: '3.7'
requires:
- binary_linux_wheel_py3.7_cu113
- binary_linux_wheel: - binary_linux_wheel:
cuda_version: cu116 cuda_version: cu116
name: binary_linux_wheel_py3.7_cu116 name: binary_linux_wheel_py3.7_cu116
...@@ -1044,19 +1031,6 @@ workflows: ...@@ -1044,19 +1031,6 @@ workflows:
python_version: '3.8' python_version: '3.8'
requires: requires:
- binary_linux_wheel_py3.8_cu102 - binary_linux_wheel_py3.8_cu102
- binary_linux_wheel:
cuda_version: cu113
name: binary_linux_wheel_py3.8_cu113
python_version: '3.8'
requires:
- build_ffmpeg_linux
wheel_docker_image: pytorch/manylinux-cuda113
- smoke_test_linux_pip:
cuda_version: cu113
name: binary_linux_wheel_py3.8_cu113_smoke_test_pip
python_version: '3.8'
requires:
- binary_linux_wheel_py3.8_cu113
- binary_linux_wheel: - binary_linux_wheel:
cuda_version: cu116 cuda_version: cu116
name: binary_linux_wheel_py3.8_cu116 name: binary_linux_wheel_py3.8_cu116
...@@ -1134,19 +1108,6 @@ workflows: ...@@ -1134,19 +1108,6 @@ workflows:
python_version: '3.9' python_version: '3.9'
requires: requires:
- binary_linux_wheel_py3.9_cu102 - binary_linux_wheel_py3.9_cu102
- binary_linux_wheel:
cuda_version: cu113
name: binary_linux_wheel_py3.9_cu113
python_version: '3.9'
requires:
- build_ffmpeg_linux
wheel_docker_image: pytorch/manylinux-cuda113
- smoke_test_linux_pip:
cuda_version: cu113
name: binary_linux_wheel_py3.9_cu113_smoke_test_pip
python_version: '3.9'
requires:
- binary_linux_wheel_py3.9_cu113
- binary_linux_wheel: - binary_linux_wheel:
cuda_version: cu116 cuda_version: cu116
name: binary_linux_wheel_py3.9_cu116 name: binary_linux_wheel_py3.9_cu116
...@@ -1224,19 +1185,6 @@ workflows: ...@@ -1224,19 +1185,6 @@ workflows:
python_version: '3.10' python_version: '3.10'
requires: requires:
- binary_linux_wheel_py3.10_cu102 - binary_linux_wheel_py3.10_cu102
- binary_linux_wheel:
cuda_version: cu113
name: binary_linux_wheel_py3.10_cu113
python_version: '3.10'
requires:
- build_ffmpeg_linux
wheel_docker_image: pytorch/manylinux-cuda113
- smoke_test_linux_pip:
cuda_version: cu113
name: binary_linux_wheel_py3.10_cu113_smoke_test_pip
python_version: '3.10'
requires:
- binary_linux_wheel_py3.10_cu113
- binary_linux_wheel: - binary_linux_wheel:
cuda_version: cu116 cuda_version: cu116
name: binary_linux_wheel_py3.10_cu116 name: binary_linux_wheel_py3.10_cu116
...@@ -1325,19 +1273,6 @@ workflows: ...@@ -1325,19 +1273,6 @@ workflows:
python_version: '3.7' python_version: '3.7'
requires: requires:
- binary_windows_wheel_py3.7_cpu - binary_windows_wheel_py3.7_cpu
- binary_windows_wheel:
cuda_version: cu113
name: binary_windows_wheel_py3.7_cu113
python_version: '3.7'
requires:
- build_ffmpeg_windows
wheel_docker_image: pytorch/manylinux-cuda113
- smoke_test_windows_pip:
cuda_version: cu113
name: binary_windows_wheel_py3.7_cu113_smoke_test_pip
python_version: '3.7'
requires:
- binary_windows_wheel_py3.7_cu113
- binary_windows_wheel: - binary_windows_wheel:
cuda_version: cu116 cuda_version: cu116
name: binary_windows_wheel_py3.7_cu116 name: binary_windows_wheel_py3.7_cu116
...@@ -1376,19 +1311,6 @@ workflows: ...@@ -1376,19 +1311,6 @@ workflows:
python_version: '3.8' python_version: '3.8'
requires: requires:
- binary_windows_wheel_py3.8_cpu - binary_windows_wheel_py3.8_cpu
- binary_windows_wheel:
cuda_version: cu113
name: binary_windows_wheel_py3.8_cu113
python_version: '3.8'
requires:
- build_ffmpeg_windows
wheel_docker_image: pytorch/manylinux-cuda113
- smoke_test_windows_pip:
cuda_version: cu113
name: binary_windows_wheel_py3.8_cu113_smoke_test_pip
python_version: '3.8'
requires:
- binary_windows_wheel_py3.8_cu113
- binary_windows_wheel: - binary_windows_wheel:
cuda_version: cu116 cuda_version: cu116
name: binary_windows_wheel_py3.8_cu116 name: binary_windows_wheel_py3.8_cu116
...@@ -1427,19 +1349,6 @@ workflows: ...@@ -1427,19 +1349,6 @@ workflows:
python_version: '3.9' python_version: '3.9'
requires: requires:
- binary_windows_wheel_py3.9_cpu - binary_windows_wheel_py3.9_cpu
- binary_windows_wheel:
cuda_version: cu113
name: binary_windows_wheel_py3.9_cu113
python_version: '3.9'
requires:
- build_ffmpeg_windows
wheel_docker_image: pytorch/manylinux-cuda113
- smoke_test_windows_pip:
cuda_version: cu113
name: binary_windows_wheel_py3.9_cu113_smoke_test_pip
python_version: '3.9'
requires:
- binary_windows_wheel_py3.9_cu113
- binary_windows_wheel: - binary_windows_wheel:
cuda_version: cu116 cuda_version: cu116
name: binary_windows_wheel_py3.9_cu116 name: binary_windows_wheel_py3.9_cu116
...@@ -1478,19 +1387,6 @@ workflows: ...@@ -1478,19 +1387,6 @@ workflows:
python_version: '3.10' python_version: '3.10'
requires: requires:
- binary_windows_wheel_py3.10_cpu - binary_windows_wheel_py3.10_cpu
- binary_windows_wheel:
cuda_version: cu113
name: binary_windows_wheel_py3.10_cu113
python_version: '3.10'
requires:
- build_ffmpeg_windows
wheel_docker_image: pytorch/manylinux-cuda113
- smoke_test_windows_pip:
cuda_version: cu113
name: binary_windows_wheel_py3.10_cu113_smoke_test_pip
python_version: '3.10'
requires:
- binary_windows_wheel_py3.10_cu113
- binary_windows_wheel: - binary_windows_wheel:
cuda_version: cu116 cuda_version: cu116
name: binary_windows_wheel_py3.10_cu116 name: binary_windows_wheel_py3.10_cu116
...@@ -1543,19 +1439,6 @@ workflows: ...@@ -1543,19 +1439,6 @@ workflows:
python_version: '3.7' python_version: '3.7'
requires: requires:
- binary_linux_conda_py3.7_cu102 - binary_linux_conda_py3.7_cu102
- binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda113
cuda_version: cu113
name: binary_linux_conda_py3.7_cu113
python_version: '3.7'
requires:
- build_ffmpeg_linux
- smoke_test_linux_conda_gpu:
cuda_version: cu113
name: binary_linux_conda_py3.7_cu113_smoke_test_conda
python_version: '3.7'
requires:
- binary_linux_conda_py3.7_cu113
- binary_linux_conda: - binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda116 conda_docker_image: pytorch/conda-builder:cuda116
cuda_version: cu116 cuda_version: cu116
...@@ -1608,19 +1491,6 @@ workflows: ...@@ -1608,19 +1491,6 @@ workflows:
python_version: '3.8' python_version: '3.8'
requires: requires:
- binary_linux_conda_py3.8_cu102 - binary_linux_conda_py3.8_cu102
- binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda113
cuda_version: cu113
name: binary_linux_conda_py3.8_cu113
python_version: '3.8'
requires:
- build_ffmpeg_linux
- smoke_test_linux_conda_gpu:
cuda_version: cu113
name: binary_linux_conda_py3.8_cu113_smoke_test_conda
python_version: '3.8'
requires:
- binary_linux_conda_py3.8_cu113
- binary_linux_conda: - binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda116 conda_docker_image: pytorch/conda-builder:cuda116
cuda_version: cu116 cuda_version: cu116
...@@ -1673,19 +1543,6 @@ workflows: ...@@ -1673,19 +1543,6 @@ workflows:
python_version: '3.9' python_version: '3.9'
requires: requires:
- binary_linux_conda_py3.9_cu102 - binary_linux_conda_py3.9_cu102
- binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda113
cuda_version: cu113
name: binary_linux_conda_py3.9_cu113
python_version: '3.9'
requires:
- build_ffmpeg_linux
- smoke_test_linux_conda_gpu:
cuda_version: cu113
name: binary_linux_conda_py3.9_cu113_smoke_test_conda
python_version: '3.9'
requires:
- binary_linux_conda_py3.9_cu113
- binary_linux_conda: - binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda116 conda_docker_image: pytorch/conda-builder:cuda116
cuda_version: cu116 cuda_version: cu116
...@@ -1738,19 +1595,6 @@ workflows: ...@@ -1738,19 +1595,6 @@ workflows:
python_version: '3.10' python_version: '3.10'
requires: requires:
- binary_linux_conda_py3.10_cu102 - binary_linux_conda_py3.10_cu102
- binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda113
cuda_version: cu113
name: binary_linux_conda_py3.10_cu113
python_version: '3.10'
requires:
- build_ffmpeg_linux
- smoke_test_linux_conda_gpu:
cuda_version: cu113
name: binary_linux_conda_py3.10_cu113_smoke_test_conda
python_version: '3.10'
requires:
- binary_linux_conda_py3.10_cu113
- binary_linux_conda: - binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda116 conda_docker_image: pytorch/conda-builder:cuda116
cuda_version: cu116 cuda_version: cu116
...@@ -1818,19 +1662,6 @@ workflows: ...@@ -1818,19 +1662,6 @@ workflows:
python_version: '3.7' python_version: '3.7'
requires: requires:
- binary_windows_conda_py3.7_cpu - binary_windows_conda_py3.7_cpu
- binary_windows_conda:
conda_docker_image: pytorch/conda-builder:cuda113
cuda_version: cu113
name: binary_windows_conda_py3.7_cu113
python_version: '3.7'
requires:
- build_ffmpeg_windows
- smoke_test_windows_conda_gpu:
cuda_version: cu113
name: binary_windows_conda_py3.7_cu113_smoke_test_conda
python_version: '3.7'
requires:
- binary_windows_conda_py3.7_cu113
- binary_windows_conda: - binary_windows_conda:
conda_docker_image: pytorch/conda-builder:cuda116 conda_docker_image: pytorch/conda-builder:cuda116
cuda_version: cu116 cuda_version: cu116
...@@ -1870,19 +1701,6 @@ workflows: ...@@ -1870,19 +1701,6 @@ workflows:
python_version: '3.8' python_version: '3.8'
requires: requires:
- binary_windows_conda_py3.8_cpu - binary_windows_conda_py3.8_cpu
- binary_windows_conda:
conda_docker_image: pytorch/conda-builder:cuda113
cuda_version: cu113
name: binary_windows_conda_py3.8_cu113
python_version: '3.8'
requires:
- build_ffmpeg_windows
- smoke_test_windows_conda_gpu:
cuda_version: cu113
name: binary_windows_conda_py3.8_cu113_smoke_test_conda
python_version: '3.8'
requires:
- binary_windows_conda_py3.8_cu113
- binary_windows_conda: - binary_windows_conda:
conda_docker_image: pytorch/conda-builder:cuda116 conda_docker_image: pytorch/conda-builder:cuda116
cuda_version: cu116 cuda_version: cu116
...@@ -1922,19 +1740,6 @@ workflows: ...@@ -1922,19 +1740,6 @@ workflows:
python_version: '3.9' python_version: '3.9'
requires: requires:
- binary_windows_conda_py3.9_cpu - binary_windows_conda_py3.9_cpu
- binary_windows_conda:
conda_docker_image: pytorch/conda-builder:cuda113
cuda_version: cu113
name: binary_windows_conda_py3.9_cu113
python_version: '3.9'
requires:
- build_ffmpeg_windows
- smoke_test_windows_conda_gpu:
cuda_version: cu113
name: binary_windows_conda_py3.9_cu113_smoke_test_conda
python_version: '3.9'
requires:
- binary_windows_conda_py3.9_cu113
- binary_windows_conda: - binary_windows_conda:
conda_docker_image: pytorch/conda-builder:cuda116 conda_docker_image: pytorch/conda-builder:cuda116
cuda_version: cu116 cuda_version: cu116
...@@ -1974,19 +1779,6 @@ workflows: ...@@ -1974,19 +1779,6 @@ workflows:
python_version: '3.10' python_version: '3.10'
requires: requires:
- binary_windows_conda_py3.10_cpu - binary_windows_conda_py3.10_cpu
- binary_windows_conda:
conda_docker_image: pytorch/conda-builder:cuda113
cuda_version: cu113
name: binary_windows_conda_py3.10_cu113
python_version: '3.10'
requires:
- build_ffmpeg_windows
- smoke_test_windows_conda_gpu:
cuda_version: cu113
name: binary_windows_conda_py3.10_cu113_smoke_test_conda
python_version: '3.10'
requires:
- binary_windows_conda_py3.10_cu113
- binary_windows_conda: - binary_windows_conda:
conda_docker_image: pytorch/conda-builder:cuda116 conda_docker_image: pytorch/conda-builder:cuda116
cuda_version: cu116 cuda_version: cu116
...@@ -2075,25 +1867,25 @@ workflows: ...@@ -2075,25 +1867,25 @@ workflows:
requires: requires:
- download_third_parties - download_third_parties
- unittest_linux_gpu: - unittest_linux_gpu:
cuda_version: cu113 cuda_version: cu116
name: unittest_linux_gpu_py3.7 name: unittest_linux_gpu_py3.7
python_version: '3.7' python_version: '3.7'
requires: requires:
- download_third_parties - download_third_parties
- unittest_linux_gpu: - unittest_linux_gpu:
cuda_version: cu113 cuda_version: cu116
name: unittest_linux_gpu_py3.8 name: unittest_linux_gpu_py3.8
python_version: '3.8' python_version: '3.8'
requires: requires:
- download_third_parties - download_third_parties
- unittest_linux_gpu: - unittest_linux_gpu:
cuda_version: cu113 cuda_version: cu116
name: unittest_linux_gpu_py3.9 name: unittest_linux_gpu_py3.9
python_version: '3.9' python_version: '3.9'
requires: requires:
- download_third_parties - download_third_parties
- unittest_linux_gpu: - unittest_linux_gpu:
cuda_version: cu113 cuda_version: cu116
name: unittest_linux_gpu_py3.10 name: unittest_linux_gpu_py3.10
python_version: '3.10' python_version: '3.10'
requires: requires:
...@@ -2105,7 +1897,7 @@ workflows: ...@@ -2105,7 +1897,7 @@ workflows:
requires: requires:
- download_third_parties - download_third_parties
- unittest_windows_gpu: - unittest_windows_gpu:
cuda_version: cu113 cuda_version: cu116
name: unittest_windows_gpu_py3.7 name: unittest_windows_gpu_py3.7
python_version: '3.7' python_version: '3.7'
requires: requires:
...@@ -2236,43 +2028,6 @@ workflows: ...@@ -2236,43 +2028,6 @@ workflows:
python_version: '3.7' python_version: '3.7'
requires: requires:
- nightly_binary_linux_wheel_py3.7_cu102 - nightly_binary_linux_wheel_py3.7_cu102
- binary_linux_wheel:
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_wheel_py3.7_cu113
python_version: '3.7'
requires:
- build_ffmpeg_linux
wheel_docker_image: pytorch/manylinux-cuda113
- binary_wheel_upload:
context: org-member
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_wheel_py3.7_cu113_upload
requires:
- nightly_binary_linux_wheel_py3.7_cu113
subfolder: cu113/
- smoke_test_linux_pip:
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_wheel_py3.7_cu113_smoke_test_pip
python_version: '3.7'
requires:
- nightly_binary_linux_wheel_py3.7_cu113
- binary_linux_wheel: - binary_linux_wheel:
cuda_version: cu116 cuda_version: cu116
filters: filters:
...@@ -2494,43 +2249,6 @@ workflows: ...@@ -2494,43 +2249,6 @@ workflows:
python_version: '3.8' python_version: '3.8'
requires: requires:
- nightly_binary_linux_wheel_py3.8_cu102 - nightly_binary_linux_wheel_py3.8_cu102
- binary_linux_wheel:
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_wheel_py3.8_cu113
python_version: '3.8'
requires:
- build_ffmpeg_linux
wheel_docker_image: pytorch/manylinux-cuda113
- binary_wheel_upload:
context: org-member
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_wheel_py3.8_cu113_upload
requires:
- nightly_binary_linux_wheel_py3.8_cu113
subfolder: cu113/
- smoke_test_linux_pip:
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_wheel_py3.8_cu113_smoke_test_pip
python_version: '3.8'
requires:
- nightly_binary_linux_wheel_py3.8_cu113
- binary_linux_wheel: - binary_linux_wheel:
cuda_version: cu116 cuda_version: cu116
filters: filters:
...@@ -2752,43 +2470,6 @@ workflows: ...@@ -2752,43 +2470,6 @@ workflows:
python_version: '3.9' python_version: '3.9'
requires: requires:
- nightly_binary_linux_wheel_py3.9_cu102 - nightly_binary_linux_wheel_py3.9_cu102
- binary_linux_wheel:
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_wheel_py3.9_cu113
python_version: '3.9'
requires:
- build_ffmpeg_linux
wheel_docker_image: pytorch/manylinux-cuda113
- binary_wheel_upload:
context: org-member
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_wheel_py3.9_cu113_upload
requires:
- nightly_binary_linux_wheel_py3.9_cu113
subfolder: cu113/
- smoke_test_linux_pip:
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_wheel_py3.9_cu113_smoke_test_pip
python_version: '3.9'
requires:
- nightly_binary_linux_wheel_py3.9_cu113
- binary_linux_wheel: - binary_linux_wheel:
cuda_version: cu116 cuda_version: cu116
filters: filters:
...@@ -3010,43 +2691,6 @@ workflows: ...@@ -3010,43 +2691,6 @@ workflows:
python_version: '3.10' python_version: '3.10'
requires: requires:
- nightly_binary_linux_wheel_py3.10_cu102 - nightly_binary_linux_wheel_py3.10_cu102
- binary_linux_wheel:
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_wheel_py3.10_cu113
python_version: '3.10'
requires:
- build_ffmpeg_linux
wheel_docker_image: pytorch/manylinux-cuda113
- binary_wheel_upload:
context: org-member
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_wheel_py3.10_cu113_upload
requires:
- nightly_binary_linux_wheel_py3.10_cu113
subfolder: cu113/
- smoke_test_linux_pip:
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_wheel_py3.10_cu113_smoke_test_pip
python_version: '3.10'
requires:
- nightly_binary_linux_wheel_py3.10_cu113
- binary_linux_wheel: - binary_linux_wheel:
cuda_version: cu116 cuda_version: cu116
filters: filters:
...@@ -3328,18 +2972,18 @@ workflows: ...@@ -3328,18 +2972,18 @@ workflows:
requires: requires:
- nightly_binary_windows_wheel_py3.7_cpu - nightly_binary_windows_wheel_py3.7_cpu
- binary_windows_wheel: - binary_windows_wheel:
cuda_version: cu113 cuda_version: cu116
filters: filters:
branches: branches:
only: only:
- nightly - nightly
tags: tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_wheel_py3.7_cu113 name: nightly_binary_windows_wheel_py3.7_cu116
python_version: '3.7' python_version: '3.7'
requires: requires:
- build_ffmpeg_windows - build_ffmpeg_windows
wheel_docker_image: pytorch/manylinux-cuda113 wheel_docker_image: pytorch/manylinux-cuda116
- binary_wheel_upload: - binary_wheel_upload:
context: org-member context: org-member
filters: filters:
...@@ -3348,35 +2992,35 @@ workflows: ...@@ -3348,35 +2992,35 @@ workflows:
- nightly - nightly
tags: tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_wheel_py3.7_cu113_upload name: nightly_binary_windows_wheel_py3.7_cu116_upload
requires: requires:
- nightly_binary_windows_wheel_py3.7_cu113 - nightly_binary_windows_wheel_py3.7_cu116
subfolder: cu113/ subfolder: cu116/
- smoke_test_windows_pip: - smoke_test_windows_pip:
cuda_version: cu113 cuda_version: cu116
filters: filters:
branches: branches:
only: only:
- nightly - nightly
tags: tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_wheel_py3.7_cu113_smoke_test_pip name: nightly_binary_windows_wheel_py3.7_cu116_smoke_test_pip
python_version: '3.7' python_version: '3.7'
requires: requires:
- nightly_binary_windows_wheel_py3.7_cu113 - nightly_binary_windows_wheel_py3.7_cu116
- binary_windows_wheel: - binary_windows_wheel:
cuda_version: cu116 cuda_version: cu117
filters: filters:
branches: branches:
only: only:
- nightly - nightly
tags: tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_wheel_py3.7_cu116 name: nightly_binary_windows_wheel_py3.7_cu117
python_version: '3.7' python_version: '3.7'
requires: requires:
- build_ffmpeg_windows - build_ffmpeg_windows
wheel_docker_image: pytorch/manylinux-cuda116 wheel_docker_image: pytorch/manylinux-cuda117
- binary_wheel_upload: - binary_wheel_upload:
context: org-member context: org-member
filters: filters:
...@@ -3385,59 +3029,22 @@ workflows: ...@@ -3385,59 +3029,22 @@ workflows:
- nightly - nightly
tags: tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_wheel_py3.7_cu116_upload name: nightly_binary_windows_wheel_py3.7_cu117_upload
requires: requires:
- nightly_binary_windows_wheel_py3.7_cu116 - nightly_binary_windows_wheel_py3.7_cu117
subfolder: cu116/ subfolder: cu117/
- smoke_test_windows_pip: - smoke_test_windows_pip:
cuda_version: cu116 cuda_version: cu117
filters: filters:
branches: branches:
only: only:
- nightly - nightly
tags: tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_wheel_py3.7_cu116_smoke_test_pip name: nightly_binary_windows_wheel_py3.7_cu117_smoke_test_pip
python_version: '3.7' python_version: '3.7'
requires: requires:
- nightly_binary_windows_wheel_py3.7_cu116 - nightly_binary_windows_wheel_py3.7_cu117
- binary_windows_wheel:
cuda_version: cu117
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_wheel_py3.7_cu117
python_version: '3.7'
requires:
- build_ffmpeg_windows
wheel_docker_image: pytorch/manylinux-cuda117
- binary_wheel_upload:
context: org-member
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_wheel_py3.7_cu117_upload
requires:
- nightly_binary_windows_wheel_py3.7_cu117
subfolder: cu117/
- smoke_test_windows_pip:
cuda_version: cu117
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_wheel_py3.7_cu117_smoke_test_pip
python_version: '3.7'
requires:
- nightly_binary_windows_wheel_py3.7_cu117
- binary_windows_wheel: - binary_windows_wheel:
cuda_version: cpu cuda_version: cpu
filters: filters:
...@@ -3474,43 +3081,6 @@ workflows: ...@@ -3474,43 +3081,6 @@ workflows:
python_version: '3.8' python_version: '3.8'
requires: requires:
- nightly_binary_windows_wheel_py3.8_cpu - nightly_binary_windows_wheel_py3.8_cpu
- binary_windows_wheel:
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_wheel_py3.8_cu113
python_version: '3.8'
requires:
- build_ffmpeg_windows
wheel_docker_image: pytorch/manylinux-cuda113
- binary_wheel_upload:
context: org-member
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_wheel_py3.8_cu113_upload
requires:
- nightly_binary_windows_wheel_py3.8_cu113
subfolder: cu113/
- smoke_test_windows_pip:
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_wheel_py3.8_cu113_smoke_test_pip
python_version: '3.8'
requires:
- nightly_binary_windows_wheel_py3.8_cu113
- binary_windows_wheel: - binary_windows_wheel:
cuda_version: cu116 cuda_version: cu116
filters: filters:
...@@ -3621,43 +3191,6 @@ workflows: ...@@ -3621,43 +3191,6 @@ workflows:
python_version: '3.9' python_version: '3.9'
requires: requires:
- nightly_binary_windows_wheel_py3.9_cpu - nightly_binary_windows_wheel_py3.9_cpu
- binary_windows_wheel:
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_wheel_py3.9_cu113
python_version: '3.9'
requires:
- build_ffmpeg_windows
wheel_docker_image: pytorch/manylinux-cuda113
- binary_wheel_upload:
context: org-member
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_wheel_py3.9_cu113_upload
requires:
- nightly_binary_windows_wheel_py3.9_cu113
subfolder: cu113/
- smoke_test_windows_pip:
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_wheel_py3.9_cu113_smoke_test_pip
python_version: '3.9'
requires:
- nightly_binary_windows_wheel_py3.9_cu113
- binary_windows_wheel: - binary_windows_wheel:
cuda_version: cu116 cuda_version: cu116
filters: filters:
...@@ -3768,43 +3301,6 @@ workflows: ...@@ -3768,43 +3301,6 @@ workflows:
python_version: '3.10' python_version: '3.10'
requires: requires:
- nightly_binary_windows_wheel_py3.10_cpu - nightly_binary_windows_wheel_py3.10_cpu
- binary_windows_wheel:
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_wheel_py3.10_cu113
python_version: '3.10'
requires:
- build_ffmpeg_windows
wheel_docker_image: pytorch/manylinux-cuda113
- binary_wheel_upload:
context: org-member
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_wheel_py3.10_cu113_upload
requires:
- nightly_binary_windows_wheel_py3.10_cu113
subfolder: cu113/
- smoke_test_windows_pip:
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_wheel_py3.10_cu113_smoke_test_pip
python_version: '3.10'
requires:
- nightly_binary_windows_wheel_py3.10_cu113
- binary_windows_wheel: - binary_windows_wheel:
cuda_version: cu116 cuda_version: cu116
filters: filters:
...@@ -3951,42 +3447,6 @@ workflows: ...@@ -3951,42 +3447,6 @@ workflows:
python_version: '3.7' python_version: '3.7'
requires: requires:
- nightly_binary_linux_conda_py3.7_cu102 - nightly_binary_linux_conda_py3.7_cu102
- binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda113
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_conda_py3.7_cu113
python_version: '3.7'
requires:
- build_ffmpeg_linux
- binary_conda_upload:
context: org-member
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_conda_py3.7_cu113_upload
requires:
- nightly_binary_linux_conda_py3.7_cu113
- smoke_test_linux_conda_gpu:
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_conda_py3.7_cu113_smoke_test_conda
python_version: '3.7'
requires:
- nightly_binary_linux_conda_py3.7_cu113
- binary_linux_conda: - binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda116 conda_docker_image: pytorch/conda-builder:cuda116
cuda_version: cu116 cuda_version: cu116
...@@ -4131,42 +3591,6 @@ workflows: ...@@ -4131,42 +3591,6 @@ workflows:
python_version: '3.8' python_version: '3.8'
requires: requires:
- nightly_binary_linux_conda_py3.8_cu102 - nightly_binary_linux_conda_py3.8_cu102
- binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda113
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_conda_py3.8_cu113
python_version: '3.8'
requires:
- build_ffmpeg_linux
- binary_conda_upload:
context: org-member
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_conda_py3.8_cu113_upload
requires:
- nightly_binary_linux_conda_py3.8_cu113
- smoke_test_linux_conda_gpu:
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_conda_py3.8_cu113_smoke_test_conda
python_version: '3.8'
requires:
- nightly_binary_linux_conda_py3.8_cu113
- binary_linux_conda: - binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda116 conda_docker_image: pytorch/conda-builder:cuda116
cuda_version: cu116 cuda_version: cu116
...@@ -4311,42 +3735,6 @@ workflows: ...@@ -4311,42 +3735,6 @@ workflows:
python_version: '3.9' python_version: '3.9'
requires: requires:
- nightly_binary_linux_conda_py3.9_cu102 - nightly_binary_linux_conda_py3.9_cu102
- binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda113
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_conda_py3.9_cu113
python_version: '3.9'
requires:
- build_ffmpeg_linux
- binary_conda_upload:
context: org-member
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_conda_py3.9_cu113_upload
requires:
- nightly_binary_linux_conda_py3.9_cu113
- smoke_test_linux_conda_gpu:
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_conda_py3.9_cu113_smoke_test_conda
python_version: '3.9'
requires:
- nightly_binary_linux_conda_py3.9_cu113
- binary_linux_conda: - binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda116 conda_docker_image: pytorch/conda-builder:cuda116
cuda_version: cu116 cuda_version: cu116
...@@ -4491,42 +3879,6 @@ workflows: ...@@ -4491,42 +3879,6 @@ workflows:
python_version: '3.10' python_version: '3.10'
requires: requires:
- nightly_binary_linux_conda_py3.10_cu102 - nightly_binary_linux_conda_py3.10_cu102
- binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda113
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_conda_py3.10_cu113
python_version: '3.10'
requires:
- build_ffmpeg_linux
- binary_conda_upload:
context: org-member
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_conda_py3.10_cu113_upload
requires:
- nightly_binary_linux_conda_py3.10_cu113
- smoke_test_linux_conda_gpu:
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_conda_py3.10_cu113_smoke_test_conda
python_version: '3.10'
requires:
- nightly_binary_linux_conda_py3.10_cu113
- binary_linux_conda: - binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda116 conda_docker_image: pytorch/conda-builder:cuda116
cuda_version: cu116 cuda_version: cu116
...@@ -4731,42 +4083,6 @@ workflows: ...@@ -4731,42 +4083,6 @@ workflows:
python_version: '3.7' python_version: '3.7'
requires: requires:
- nightly_binary_windows_conda_py3.7_cpu - nightly_binary_windows_conda_py3.7_cpu
- binary_windows_conda:
conda_docker_image: pytorch/conda-builder:cuda113
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_conda_py3.7_cu113
python_version: '3.7'
requires:
- build_ffmpeg_windows
- binary_conda_upload:
context: org-member
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_conda_py3.7_cu113_upload
requires:
- nightly_binary_windows_conda_py3.7_cu113
- smoke_test_windows_conda_gpu:
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_conda_py3.7_cu113_smoke_test_conda
python_version: '3.7'
requires:
- nightly_binary_windows_conda_py3.7_cu113
- binary_windows_conda: - binary_windows_conda:
conda_docker_image: pytorch/conda-builder:cuda116 conda_docker_image: pytorch/conda-builder:cuda116
cuda_version: cu116 cuda_version: cu116
...@@ -4875,42 +4191,6 @@ workflows: ...@@ -4875,42 +4191,6 @@ workflows:
python_version: '3.8' python_version: '3.8'
requires: requires:
- nightly_binary_windows_conda_py3.8_cpu - nightly_binary_windows_conda_py3.8_cpu
- binary_windows_conda:
conda_docker_image: pytorch/conda-builder:cuda113
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_conda_py3.8_cu113
python_version: '3.8'
requires:
- build_ffmpeg_windows
- binary_conda_upload:
context: org-member
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_conda_py3.8_cu113_upload
requires:
- nightly_binary_windows_conda_py3.8_cu113
- smoke_test_windows_conda_gpu:
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_conda_py3.8_cu113_smoke_test_conda
python_version: '3.8'
requires:
- nightly_binary_windows_conda_py3.8_cu113
- binary_windows_conda: - binary_windows_conda:
conda_docker_image: pytorch/conda-builder:cuda116 conda_docker_image: pytorch/conda-builder:cuda116
cuda_version: cu116 cuda_version: cu116
...@@ -5019,42 +4299,6 @@ workflows: ...@@ -5019,42 +4299,6 @@ workflows:
python_version: '3.9' python_version: '3.9'
requires: requires:
- nightly_binary_windows_conda_py3.9_cpu - nightly_binary_windows_conda_py3.9_cpu
- binary_windows_conda:
conda_docker_image: pytorch/conda-builder:cuda113
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_conda_py3.9_cu113
python_version: '3.9'
requires:
- build_ffmpeg_windows
- binary_conda_upload:
context: org-member
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_conda_py3.9_cu113_upload
requires:
- nightly_binary_windows_conda_py3.9_cu113
- smoke_test_windows_conda_gpu:
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_conda_py3.9_cu113_smoke_test_conda
python_version: '3.9'
requires:
- nightly_binary_windows_conda_py3.9_cu113
- binary_windows_conda: - binary_windows_conda:
conda_docker_image: pytorch/conda-builder:cuda116 conda_docker_image: pytorch/conda-builder:cuda116
cuda_version: cu116 cuda_version: cu116
...@@ -5163,42 +4407,6 @@ workflows: ...@@ -5163,42 +4407,6 @@ workflows:
python_version: '3.10' python_version: '3.10'
requires: requires:
- nightly_binary_windows_conda_py3.10_cpu - nightly_binary_windows_conda_py3.10_cpu
- binary_windows_conda:
conda_docker_image: pytorch/conda-builder:cuda113
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_conda_py3.10_cu113
python_version: '3.10'
requires:
- build_ffmpeg_windows
- binary_conda_upload:
context: org-member
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_conda_py3.10_cu113_upload
requires:
- nightly_binary_windows_conda_py3.10_cu113
- smoke_test_windows_conda_gpu:
cuda_version: cu113
filters:
branches:
only:
- nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_windows_conda_py3.10_cu113_smoke_test_conda
python_version: '3.10'
requires:
- nightly_binary_windows_conda_py3.10_cu113
- binary_windows_conda: - binary_windows_conda:
conda_docker_image: pytorch/conda-builder:cuda116 conda_docker_image: pytorch/conda-builder:cuda116
cuda_version: cu116 cuda_version: cu116
......
...@@ -715,7 +715,7 @@ jobs: ...@@ -715,7 +715,7 @@ jobs:
name: windows-gpu name: windows-gpu
environment: environment:
<<: *environment <<: *environment
CUDA_VERSION: "11.3" CUDA_VERSION: "11.6"
steps: steps:
- checkout - checkout
- designate_upload_channel - designate_upload_channel
......
...@@ -23,8 +23,8 @@ from jinja2 import select_autoescape ...@@ -23,8 +23,8 @@ from jinja2 import select_autoescape
PYTHON_VERSIONS = ["3.7", "3.8", "3.9", "3.10"] PYTHON_VERSIONS = ["3.7", "3.8", "3.9", "3.10"]
CU_VERSIONS_DICT = { CU_VERSIONS_DICT = {
"linux": ["cpu", "cu102", "cu113", "cu116", "cu117", "rocm5.0", "rocm5.1.1"], "linux": ["cpu", "cu102", "cu116", "cu117", "rocm5.0", "rocm5.1.1"],
"windows": ["cpu", "cu113", "cu116", "cu117"], "windows": ["cpu", "cu116", "cu117"],
"macos": ["cpu"], "macos": ["cpu"],
} }
...@@ -241,7 +241,7 @@ def unittest_workflows(indentation=6): ...@@ -241,7 +241,7 @@ def unittest_workflows(indentation=6):
job = { job = {
"name": f"unittest_{os_type}_{device_type}_py{python_version}", "name": f"unittest_{os_type}_{device_type}_py{python_version}",
"python_version": python_version, "python_version": python_version,
"cuda_version": "cpu" if device_type == "cpu" else "cu113", "cuda_version": "cpu" if device_type == "cpu" else "cu116",
"requires": ["download_third_parties"], "requires": ["download_third_parties"],
} }
......
...@@ -62,14 +62,6 @@ setup_cuda() { ...@@ -62,14 +62,6 @@ setup_cuda() {
fi fi
export TORCH_CUDA_ARCH_LIST="3.5;5.0+PTX;6.0;7.0;7.5;8.0;8.6" export TORCH_CUDA_ARCH_LIST="3.5;5.0+PTX;6.0;7.0;7.5;8.0;8.6"
;; ;;
cu113)
if [[ "$OSTYPE" == "msys" ]]; then
export CUDA_HOME="C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v11.3"
else
export CUDA_HOME=/usr/local/cuda-11.3/
fi
export TORCH_CUDA_ARCH_LIST="3.5;5.0+PTX;6.0;7.0;7.5;8.0;8.6"
;;
cu102) cu102)
if [[ "$OSTYPE" == "msys" ]]; then if [[ "$OSTYPE" == "msys" ]]; then
export CUDA_HOME="C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v10.2" export CUDA_HOME="C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v10.2"
...@@ -261,9 +253,6 @@ setup_conda_cudatoolkit_constraint() { ...@@ -261,9 +253,6 @@ setup_conda_cudatoolkit_constraint() {
cu116) cu116)
export CONDA_CUDATOOLKIT_CONSTRAINT="- pytorch-cuda=11.6 # [not osx]" export CONDA_CUDATOOLKIT_CONSTRAINT="- pytorch-cuda=11.6 # [not osx]"
;; ;;
cu113)
export CONDA_CUDATOOLKIT_CONSTRAINT="- cudatoolkit >=11.3,<11.4 # [not osx]"
;;
cu102) cu102)
export CONDA_CUDATOOLKIT_CONSTRAINT="- cudatoolkit >=10.2,<10.3 # [not osx]" export CONDA_CUDATOOLKIT_CONSTRAINT="- cudatoolkit >=10.2,<10.3 # [not osx]"
;; ;;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment