Skip to content

Commit

Permalink
Build nightly binaries only for the latest ROCM (#47503)
Browse files Browse the repository at this point in the history
Summary:
Because ROCM 3.7 is not longer supported, isn't it?
Also, delete ROCM3.5.1 docker image generation job

Pull Request resolved: #47503

Reviewed By: seemethere

Differential Revision: D24789230

Pulled By: malfet

fbshipit-source-id: 36964f8e1096964f0ee2112e6ee67f29bcbd4373
  • Loading branch information
malfet authored and facebook-github-bot committed Nov 7, 2020
1 parent e09ec8e commit 25d1fb5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 161 deletions.
1 change: 0 additions & 1 deletion .circleci/cimodel/data/dimensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
]

ROCM_VERSIONS = [
"3.7",
"3.8",
"3.9",
]
Expand Down
1 change: 0 additions & 1 deletion .circleci/cimodel/data/simple/docker_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"pytorch-linux-bionic-py3.6-clang9",
"pytorch-linux-bionic-cuda10.2-cudnn7-py3.6-clang9",
"pytorch-linux-bionic-py3.8-gcc9",
"pytorch-linux-bionic-rocm3.5.1-py3.6",
"pytorch-linux-xenial-cuda10-cudnn7-py3-gcc7",
"pytorch-linux-xenial-cuda10.1-cudnn7-py3-gcc7",
"pytorch-linux-xenial-cuda10.2-cudnn7-py3-gcc7",
Expand Down
159 changes: 0 additions & 159 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2115,39 +2115,6 @@ workflows:
only:
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
docker_image: "pytorch/manylinux-cuda110"
- binary_linux_build:
name: binary_linux_manywheel_3_6m_rocm3_7_devtoolset7_nightly_build
build_environment: "manywheel 3.6m rocm3.7 devtoolset7"
filters:
branches:
only:
- /.*/
tags:
only:
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
docker_image: "pytorch/manylinux-rocm:3.7"
- binary_linux_build:
name: binary_linux_manywheel_3_7m_rocm3_7_devtoolset7_nightly_build
build_environment: "manywheel 3.7m rocm3.7 devtoolset7"
filters:
branches:
only:
- /.*/
tags:
only:
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
docker_image: "pytorch/manylinux-rocm:3.7"
- binary_linux_build:
name: binary_linux_manywheel_3_8m_rocm3_7_devtoolset7_nightly_build
build_environment: "manywheel 3.8m rocm3.7 devtoolset7"
filters:
branches:
only:
- /.*/
tags:
only:
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
docker_image: "pytorch/manylinux-rocm:3.7"
- binary_linux_build:
name: binary_linux_manywheel_3_6m_rocm3_8_devtoolset7_nightly_build
build_environment: "manywheel 3.6m rocm3.8 devtoolset7"
Expand Down Expand Up @@ -3468,51 +3435,6 @@ workflows:
docker_image: "pytorch/manylinux-cuda110"
use_cuda_docker_runtime: "1"
resource_class: gpu.medium
- binary_linux_test:
name: binary_linux_manywheel_3_6m_rocm3_7_devtoolset7_nightly_test
build_environment: "manywheel 3.6m rocm3.7 devtoolset7"
filters:
branches:
only:
- /.*/
tags:
only:
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
requires:
- binary_linux_manywheel_3_6m_rocm3_7_devtoolset7_nightly_build
docker_image: "pytorch/manylinux-rocm:3.7"
use_cuda_docker_runtime: "1"
resource_class: gpu.medium
- binary_linux_test:
name: binary_linux_manywheel_3_7m_rocm3_7_devtoolset7_nightly_test
build_environment: "manywheel 3.7m rocm3.7 devtoolset7"
filters:
branches:
only:
- /.*/
tags:
only:
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
requires:
- binary_linux_manywheel_3_7m_rocm3_7_devtoolset7_nightly_build
docker_image: "pytorch/manylinux-rocm:3.7"
use_cuda_docker_runtime: "1"
resource_class: gpu.medium
- binary_linux_test:
name: binary_linux_manywheel_3_8m_rocm3_7_devtoolset7_nightly_test
build_environment: "manywheel 3.8m rocm3.7 devtoolset7"
filters:
branches:
only:
- /.*/
tags:
only:
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
requires:
- binary_linux_manywheel_3_8m_rocm3_7_devtoolset7_nightly_build
docker_image: "pytorch/manylinux-rocm:3.7"
use_cuda_docker_runtime: "1"
resource_class: gpu.medium
- binary_linux_test:
name: binary_linux_manywheel_3_6m_rocm3_8_devtoolset7_nightly_test
build_environment: "manywheel 3.6m rocm3.8 devtoolset7"
Expand Down Expand Up @@ -5064,48 +4986,6 @@ workflows:
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
package_type: manywheel
upload_subfolder: cu110
- binary_upload:
name: binary_linux_manywheel_3_6m_rocm3_7_devtoolset7_nightly_upload
context: org-member
requires:
- binary_linux_manywheel_3_6m_rocm3_7_devtoolset7_nightly_test
filters:
branches:
only:
- nightly
tags:
only:
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
package_type: manywheel
upload_subfolder: rocm3.7
- binary_upload:
name: binary_linux_manywheel_3_7m_rocm3_7_devtoolset7_nightly_upload
context: org-member
requires:
- binary_linux_manywheel_3_7m_rocm3_7_devtoolset7_nightly_test
filters:
branches:
only:
- nightly
tags:
only:
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
package_type: manywheel
upload_subfolder: rocm3.7
- binary_upload:
name: binary_linux_manywheel_3_8m_rocm3_7_devtoolset7_nightly_upload
context: org-member
requires:
- binary_linux_manywheel_3_8m_rocm3_7_devtoolset7_nightly_test
filters:
branches:
only:
- nightly
tags:
only:
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
package_type: manywheel
upload_subfolder: rocm3.7
- binary_upload:
name: binary_linux_manywheel_3_6m_rocm3_8_devtoolset7_nightly_upload
context: org-member
Expand Down Expand Up @@ -6533,9 +6413,6 @@ workflows:
- docker_build_job:
name: "docker-pytorch-linux-bionic-py3.8-gcc9"
image_name: "pytorch-linux-bionic-py3.8-gcc9"
- docker_build_job:
name: "docker-pytorch-linux-bionic-rocm3.5.1-py3.6"
image_name: "pytorch-linux-bionic-rocm3.5.1-py3.6"
- docker_build_job:
name: "docker-pytorch-linux-xenial-cuda10-cudnn7-py3-gcc7"
image_name: "pytorch-linux-xenial-cuda10-cudnn7-py3-gcc7"
Expand Down Expand Up @@ -7715,42 +7592,6 @@ workflows:
docker_image: "pytorch/manylinux-cuda110"
use_cuda_docker_runtime: "1"
resource_class: gpu.medium
- smoke_linux_test:
name: smoke_linux_manywheel_3_6m_rocm3_7_devtoolset7_nightly
build_environment: "manywheel 3.6m rocm3.7 devtoolset7"
requires:
- update_s3_htmls
filters:
branches:
only:
- postnightly
docker_image: "pytorch/manylinux-rocm:3.7"
use_cuda_docker_runtime: "1"
resource_class: gpu.medium
- smoke_linux_test:
name: smoke_linux_manywheel_3_7m_rocm3_7_devtoolset7_nightly
build_environment: "manywheel 3.7m rocm3.7 devtoolset7"
requires:
- update_s3_htmls
filters:
branches:
only:
- postnightly
docker_image: "pytorch/manylinux-rocm:3.7"
use_cuda_docker_runtime: "1"
resource_class: gpu.medium
- smoke_linux_test:
name: smoke_linux_manywheel_3_8m_rocm3_7_devtoolset7_nightly
build_environment: "manywheel 3.8m rocm3.7 devtoolset7"
requires:
- update_s3_htmls
filters:
branches:
only:
- postnightly
docker_image: "pytorch/manylinux-rocm:3.7"
use_cuda_docker_runtime: "1"
resource_class: gpu.medium
- smoke_linux_test:
name: smoke_linux_manywheel_3_6m_rocm3_8_devtoolset7_nightly
build_environment: "manywheel 3.6m rocm3.8 devtoolset7"
Expand Down

0 comments on commit 25d1fb5

Please sign in to comment.