mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
[ROCm] add 3.10 to nightly builds (#48866)
Summary: Depends on https://github.com/pytorch/builder/pull/603. Pull Request resolved: https://github.com/pytorch/pytorch/pull/48866 Reviewed By: malfet, janeyx99 Differential Revision: D25345895 Pulled By: walterddr fbshipit-source-id: 5d1c754b36fa7ebd60832af58cbcbed2bc0da3bd
This commit is contained in:
parent
799b700ada
commit
63a71a82cf
|
|
@ -8,8 +8,8 @@ CUDA_VERSIONS = [
|
||||||
]
|
]
|
||||||
|
|
||||||
ROCM_VERSIONS = [
|
ROCM_VERSIONS = [
|
||||||
"3.8",
|
|
||||||
"3.9",
|
"3.9",
|
||||||
|
"3.10",
|
||||||
]
|
]
|
||||||
|
|
||||||
ROCM_VERSION_LABELS = ["rocm" + v for v in ROCM_VERSIONS]
|
ROCM_VERSION_LABELS = ["rocm" + v for v in ROCM_VERSIONS]
|
||||||
|
|
|
||||||
|
|
@ -2161,50 +2161,6 @@ workflows:
|
||||||
only:
|
only:
|
||||||
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
||||||
docker_image: "pytorch/manylinux-cuda110"
|
docker_image: "pytorch/manylinux-cuda110"
|
||||||
- binary_linux_build:
|
|
||||||
name: binary_linux_manywheel_3_6m_rocm3_8_devtoolset7_nightly_build
|
|
||||||
build_environment: "manywheel 3.6m rocm3.8 devtoolset7"
|
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- /.*/
|
|
||||||
tags:
|
|
||||||
only:
|
|
||||||
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
|
||||||
docker_image: "pytorch/manylinux-rocm:3.8"
|
|
||||||
- binary_linux_build:
|
|
||||||
name: binary_linux_manywheel_3_7m_rocm3_8_devtoolset7_nightly_build
|
|
||||||
build_environment: "manywheel 3.7m rocm3.8 devtoolset7"
|
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- /.*/
|
|
||||||
tags:
|
|
||||||
only:
|
|
||||||
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
|
||||||
docker_image: "pytorch/manylinux-rocm:3.8"
|
|
||||||
- binary_linux_build:
|
|
||||||
name: binary_linux_manywheel_3_8m_rocm3_8_devtoolset7_nightly_build
|
|
||||||
build_environment: "manywheel 3.8m rocm3.8 devtoolset7"
|
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- /.*/
|
|
||||||
tags:
|
|
||||||
only:
|
|
||||||
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
|
||||||
docker_image: "pytorch/manylinux-rocm:3.8"
|
|
||||||
- binary_linux_build:
|
|
||||||
name: binary_linux_manywheel_3_9m_rocm3_8_devtoolset7_nightly_build
|
|
||||||
build_environment: "manywheel 3.9m rocm3.8 devtoolset7"
|
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- /.*/
|
|
||||||
tags:
|
|
||||||
only:
|
|
||||||
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
|
||||||
docker_image: "pytorch/manylinux-rocm:3.8"
|
|
||||||
- binary_linux_build:
|
- binary_linux_build:
|
||||||
name: binary_linux_manywheel_3_6m_rocm3_9_devtoolset7_nightly_build
|
name: binary_linux_manywheel_3_6m_rocm3_9_devtoolset7_nightly_build
|
||||||
build_environment: "manywheel 3.6m rocm3.9 devtoolset7"
|
build_environment: "manywheel 3.6m rocm3.9 devtoolset7"
|
||||||
|
|
@ -2249,6 +2205,50 @@ workflows:
|
||||||
only:
|
only:
|
||||||
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
||||||
docker_image: "pytorch/manylinux-rocm:3.9"
|
docker_image: "pytorch/manylinux-rocm:3.9"
|
||||||
|
- binary_linux_build:
|
||||||
|
name: binary_linux_manywheel_3_6m_rocm3_10_devtoolset7_nightly_build
|
||||||
|
build_environment: "manywheel 3.6m rocm3.10 devtoolset7"
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- /.*/
|
||||||
|
tags:
|
||||||
|
only:
|
||||||
|
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
||||||
|
docker_image: "pytorch/manylinux-rocm:3.10"
|
||||||
|
- binary_linux_build:
|
||||||
|
name: binary_linux_manywheel_3_7m_rocm3_10_devtoolset7_nightly_build
|
||||||
|
build_environment: "manywheel 3.7m rocm3.10 devtoolset7"
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- /.*/
|
||||||
|
tags:
|
||||||
|
only:
|
||||||
|
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
||||||
|
docker_image: "pytorch/manylinux-rocm:3.10"
|
||||||
|
- binary_linux_build:
|
||||||
|
name: binary_linux_manywheel_3_8m_rocm3_10_devtoolset7_nightly_build
|
||||||
|
build_environment: "manywheel 3.8m rocm3.10 devtoolset7"
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- /.*/
|
||||||
|
tags:
|
||||||
|
only:
|
||||||
|
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
||||||
|
docker_image: "pytorch/manylinux-rocm:3.10"
|
||||||
|
- binary_linux_build:
|
||||||
|
name: binary_linux_manywheel_3_9m_rocm3_10_devtoolset7_nightly_build
|
||||||
|
build_environment: "manywheel 3.9m rocm3.10 devtoolset7"
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- /.*/
|
||||||
|
tags:
|
||||||
|
only:
|
||||||
|
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
||||||
|
docker_image: "pytorch/manylinux-rocm:3.10"
|
||||||
- binary_linux_build:
|
- binary_linux_build:
|
||||||
name: binary_linux_conda_3_6_cpu_devtoolset7_nightly_build
|
name: binary_linux_conda_3_6_cpu_devtoolset7_nightly_build
|
||||||
build_environment: "conda 3.6 cpu devtoolset7"
|
build_environment: "conda 3.6 cpu devtoolset7"
|
||||||
|
|
@ -3731,66 +3731,6 @@ workflows:
|
||||||
docker_image: "pytorch/manylinux-cuda110"
|
docker_image: "pytorch/manylinux-cuda110"
|
||||||
use_cuda_docker_runtime: "1"
|
use_cuda_docker_runtime: "1"
|
||||||
resource_class: gpu.medium
|
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"
|
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- /.*/
|
|
||||||
tags:
|
|
||||||
only:
|
|
||||||
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
|
||||||
requires:
|
|
||||||
- binary_linux_manywheel_3_6m_rocm3_8_devtoolset7_nightly_build
|
|
||||||
docker_image: "pytorch/manylinux-rocm:3.8"
|
|
||||||
use_cuda_docker_runtime: "1"
|
|
||||||
resource_class: gpu.medium
|
|
||||||
- binary_linux_test:
|
|
||||||
name: binary_linux_manywheel_3_7m_rocm3_8_devtoolset7_nightly_test
|
|
||||||
build_environment: "manywheel 3.7m rocm3.8 devtoolset7"
|
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- /.*/
|
|
||||||
tags:
|
|
||||||
only:
|
|
||||||
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
|
||||||
requires:
|
|
||||||
- binary_linux_manywheel_3_7m_rocm3_8_devtoolset7_nightly_build
|
|
||||||
docker_image: "pytorch/manylinux-rocm:3.8"
|
|
||||||
use_cuda_docker_runtime: "1"
|
|
||||||
resource_class: gpu.medium
|
|
||||||
- binary_linux_test:
|
|
||||||
name: binary_linux_manywheel_3_8m_rocm3_8_devtoolset7_nightly_test
|
|
||||||
build_environment: "manywheel 3.8m rocm3.8 devtoolset7"
|
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- /.*/
|
|
||||||
tags:
|
|
||||||
only:
|
|
||||||
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
|
||||||
requires:
|
|
||||||
- binary_linux_manywheel_3_8m_rocm3_8_devtoolset7_nightly_build
|
|
||||||
docker_image: "pytorch/manylinux-rocm:3.8"
|
|
||||||
use_cuda_docker_runtime: "1"
|
|
||||||
resource_class: gpu.medium
|
|
||||||
- binary_linux_test:
|
|
||||||
name: binary_linux_manywheel_3_9m_rocm3_8_devtoolset7_nightly_test
|
|
||||||
build_environment: "manywheel 3.9m rocm3.8 devtoolset7"
|
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- /.*/
|
|
||||||
tags:
|
|
||||||
only:
|
|
||||||
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
|
||||||
requires:
|
|
||||||
- binary_linux_manywheel_3_9m_rocm3_8_devtoolset7_nightly_build
|
|
||||||
docker_image: "pytorch/manylinux-rocm:3.8"
|
|
||||||
use_cuda_docker_runtime: "1"
|
|
||||||
resource_class: gpu.medium
|
|
||||||
- binary_linux_test:
|
- binary_linux_test:
|
||||||
name: binary_linux_manywheel_3_6m_rocm3_9_devtoolset7_nightly_test
|
name: binary_linux_manywheel_3_6m_rocm3_9_devtoolset7_nightly_test
|
||||||
build_environment: "manywheel 3.6m rocm3.9 devtoolset7"
|
build_environment: "manywheel 3.6m rocm3.9 devtoolset7"
|
||||||
|
|
@ -3851,6 +3791,66 @@ workflows:
|
||||||
docker_image: "pytorch/manylinux-rocm:3.9"
|
docker_image: "pytorch/manylinux-rocm:3.9"
|
||||||
use_cuda_docker_runtime: "1"
|
use_cuda_docker_runtime: "1"
|
||||||
resource_class: gpu.medium
|
resource_class: gpu.medium
|
||||||
|
- binary_linux_test:
|
||||||
|
name: binary_linux_manywheel_3_6m_rocm3_10_devtoolset7_nightly_test
|
||||||
|
build_environment: "manywheel 3.6m rocm3.10 devtoolset7"
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- /.*/
|
||||||
|
tags:
|
||||||
|
only:
|
||||||
|
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
||||||
|
requires:
|
||||||
|
- binary_linux_manywheel_3_6m_rocm3_10_devtoolset7_nightly_build
|
||||||
|
docker_image: "pytorch/manylinux-rocm:3.10"
|
||||||
|
use_cuda_docker_runtime: "1"
|
||||||
|
resource_class: gpu.medium
|
||||||
|
- binary_linux_test:
|
||||||
|
name: binary_linux_manywheel_3_7m_rocm3_10_devtoolset7_nightly_test
|
||||||
|
build_environment: "manywheel 3.7m rocm3.10 devtoolset7"
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- /.*/
|
||||||
|
tags:
|
||||||
|
only:
|
||||||
|
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
||||||
|
requires:
|
||||||
|
- binary_linux_manywheel_3_7m_rocm3_10_devtoolset7_nightly_build
|
||||||
|
docker_image: "pytorch/manylinux-rocm:3.10"
|
||||||
|
use_cuda_docker_runtime: "1"
|
||||||
|
resource_class: gpu.medium
|
||||||
|
- binary_linux_test:
|
||||||
|
name: binary_linux_manywheel_3_8m_rocm3_10_devtoolset7_nightly_test
|
||||||
|
build_environment: "manywheel 3.8m rocm3.10 devtoolset7"
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- /.*/
|
||||||
|
tags:
|
||||||
|
only:
|
||||||
|
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
||||||
|
requires:
|
||||||
|
- binary_linux_manywheel_3_8m_rocm3_10_devtoolset7_nightly_build
|
||||||
|
docker_image: "pytorch/manylinux-rocm:3.10"
|
||||||
|
use_cuda_docker_runtime: "1"
|
||||||
|
resource_class: gpu.medium
|
||||||
|
- binary_linux_test:
|
||||||
|
name: binary_linux_manywheel_3_9m_rocm3_10_devtoolset7_nightly_test
|
||||||
|
build_environment: "manywheel 3.9m rocm3.10 devtoolset7"
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- /.*/
|
||||||
|
tags:
|
||||||
|
only:
|
||||||
|
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
||||||
|
requires:
|
||||||
|
- binary_linux_manywheel_3_9m_rocm3_10_devtoolset7_nightly_build
|
||||||
|
docker_image: "pytorch/manylinux-rocm:3.10"
|
||||||
|
use_cuda_docker_runtime: "1"
|
||||||
|
resource_class: gpu.medium
|
||||||
- binary_linux_test:
|
- binary_linux_test:
|
||||||
name: binary_linux_conda_3_6_cpu_devtoolset7_nightly_test
|
name: binary_linux_conda_3_6_cpu_devtoolset7_nightly_test
|
||||||
build_environment: "conda 3.6 cpu devtoolset7"
|
build_environment: "conda 3.6 cpu devtoolset7"
|
||||||
|
|
@ -5557,62 +5557,6 @@ workflows:
|
||||||
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
||||||
package_type: manywheel
|
package_type: manywheel
|
||||||
upload_subfolder: cu110
|
upload_subfolder: cu110
|
||||||
- binary_upload:
|
|
||||||
name: binary_linux_manywheel_3_6m_rocm3_8_devtoolset7_nightly_upload
|
|
||||||
context: org-member
|
|
||||||
requires:
|
|
||||||
- binary_linux_manywheel_3_6m_rocm3_8_devtoolset7_nightly_test
|
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- nightly
|
|
||||||
tags:
|
|
||||||
only:
|
|
||||||
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
|
||||||
package_type: manywheel
|
|
||||||
upload_subfolder: rocm3.8
|
|
||||||
- binary_upload:
|
|
||||||
name: binary_linux_manywheel_3_7m_rocm3_8_devtoolset7_nightly_upload
|
|
||||||
context: org-member
|
|
||||||
requires:
|
|
||||||
- binary_linux_manywheel_3_7m_rocm3_8_devtoolset7_nightly_test
|
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- nightly
|
|
||||||
tags:
|
|
||||||
only:
|
|
||||||
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
|
||||||
package_type: manywheel
|
|
||||||
upload_subfolder: rocm3.8
|
|
||||||
- binary_upload:
|
|
||||||
name: binary_linux_manywheel_3_8m_rocm3_8_devtoolset7_nightly_upload
|
|
||||||
context: org-member
|
|
||||||
requires:
|
|
||||||
- binary_linux_manywheel_3_8m_rocm3_8_devtoolset7_nightly_test
|
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- nightly
|
|
||||||
tags:
|
|
||||||
only:
|
|
||||||
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
|
||||||
package_type: manywheel
|
|
||||||
upload_subfolder: rocm3.8
|
|
||||||
- binary_upload:
|
|
||||||
name: binary_linux_manywheel_3_9m_rocm3_8_devtoolset7_nightly_upload
|
|
||||||
context: org-member
|
|
||||||
requires:
|
|
||||||
- binary_linux_manywheel_3_9m_rocm3_8_devtoolset7_nightly_test
|
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- nightly
|
|
||||||
tags:
|
|
||||||
only:
|
|
||||||
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
|
||||||
package_type: manywheel
|
|
||||||
upload_subfolder: rocm3.8
|
|
||||||
- binary_upload:
|
- binary_upload:
|
||||||
name: binary_linux_manywheel_3_6m_rocm3_9_devtoolset7_nightly_upload
|
name: binary_linux_manywheel_3_6m_rocm3_9_devtoolset7_nightly_upload
|
||||||
context: org-member
|
context: org-member
|
||||||
|
|
@ -5669,6 +5613,62 @@ workflows:
|
||||||
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
||||||
package_type: manywheel
|
package_type: manywheel
|
||||||
upload_subfolder: rocm3.9
|
upload_subfolder: rocm3.9
|
||||||
|
- binary_upload:
|
||||||
|
name: binary_linux_manywheel_3_6m_rocm3_10_devtoolset7_nightly_upload
|
||||||
|
context: org-member
|
||||||
|
requires:
|
||||||
|
- binary_linux_manywheel_3_6m_rocm3_10_devtoolset7_nightly_test
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- nightly
|
||||||
|
tags:
|
||||||
|
only:
|
||||||
|
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
||||||
|
package_type: manywheel
|
||||||
|
upload_subfolder: rocm3.10
|
||||||
|
- binary_upload:
|
||||||
|
name: binary_linux_manywheel_3_7m_rocm3_10_devtoolset7_nightly_upload
|
||||||
|
context: org-member
|
||||||
|
requires:
|
||||||
|
- binary_linux_manywheel_3_7m_rocm3_10_devtoolset7_nightly_test
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- nightly
|
||||||
|
tags:
|
||||||
|
only:
|
||||||
|
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
||||||
|
package_type: manywheel
|
||||||
|
upload_subfolder: rocm3.10
|
||||||
|
- binary_upload:
|
||||||
|
name: binary_linux_manywheel_3_8m_rocm3_10_devtoolset7_nightly_upload
|
||||||
|
context: org-member
|
||||||
|
requires:
|
||||||
|
- binary_linux_manywheel_3_8m_rocm3_10_devtoolset7_nightly_test
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- nightly
|
||||||
|
tags:
|
||||||
|
only:
|
||||||
|
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
||||||
|
package_type: manywheel
|
||||||
|
upload_subfolder: rocm3.10
|
||||||
|
- binary_upload:
|
||||||
|
name: binary_linux_manywheel_3_9m_rocm3_10_devtoolset7_nightly_upload
|
||||||
|
context: org-member
|
||||||
|
requires:
|
||||||
|
- binary_linux_manywheel_3_9m_rocm3_10_devtoolset7_nightly_test
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- nightly
|
||||||
|
tags:
|
||||||
|
only:
|
||||||
|
- /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
|
||||||
|
package_type: manywheel
|
||||||
|
upload_subfolder: rocm3.10
|
||||||
- binary_upload:
|
- binary_upload:
|
||||||
name: binary_linux_conda_3_6_cpu_devtoolset7_nightly_upload
|
name: binary_linux_conda_3_6_cpu_devtoolset7_nightly_upload
|
||||||
context: org-member
|
context: org-member
|
||||||
|
|
@ -8459,54 +8459,6 @@ workflows:
|
||||||
docker_image: "pytorch/manylinux-cuda110"
|
docker_image: "pytorch/manylinux-cuda110"
|
||||||
use_cuda_docker_runtime: "1"
|
use_cuda_docker_runtime: "1"
|
||||||
resource_class: gpu.medium
|
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"
|
|
||||||
requires:
|
|
||||||
- update_s3_htmls
|
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- postnightly
|
|
||||||
docker_image: "pytorch/manylinux-rocm:3.8"
|
|
||||||
use_cuda_docker_runtime: "1"
|
|
||||||
resource_class: gpu.medium
|
|
||||||
- smoke_linux_test:
|
|
||||||
name: smoke_linux_manywheel_3_7m_rocm3_8_devtoolset7_nightly
|
|
||||||
build_environment: "manywheel 3.7m rocm3.8 devtoolset7"
|
|
||||||
requires:
|
|
||||||
- update_s3_htmls
|
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- postnightly
|
|
||||||
docker_image: "pytorch/manylinux-rocm:3.8"
|
|
||||||
use_cuda_docker_runtime: "1"
|
|
||||||
resource_class: gpu.medium
|
|
||||||
- smoke_linux_test:
|
|
||||||
name: smoke_linux_manywheel_3_8m_rocm3_8_devtoolset7_nightly
|
|
||||||
build_environment: "manywheel 3.8m rocm3.8 devtoolset7"
|
|
||||||
requires:
|
|
||||||
- update_s3_htmls
|
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- postnightly
|
|
||||||
docker_image: "pytorch/manylinux-rocm:3.8"
|
|
||||||
use_cuda_docker_runtime: "1"
|
|
||||||
resource_class: gpu.medium
|
|
||||||
- smoke_linux_test:
|
|
||||||
name: smoke_linux_manywheel_3_9m_rocm3_8_devtoolset7_nightly
|
|
||||||
build_environment: "manywheel 3.9m rocm3.8 devtoolset7"
|
|
||||||
requires:
|
|
||||||
- update_s3_htmls
|
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- postnightly
|
|
||||||
docker_image: "pytorch/manylinux-rocm:3.8"
|
|
||||||
use_cuda_docker_runtime: "1"
|
|
||||||
resource_class: gpu.medium
|
|
||||||
- smoke_linux_test:
|
- smoke_linux_test:
|
||||||
name: smoke_linux_manywheel_3_6m_rocm3_9_devtoolset7_nightly
|
name: smoke_linux_manywheel_3_6m_rocm3_9_devtoolset7_nightly
|
||||||
build_environment: "manywheel 3.6m rocm3.9 devtoolset7"
|
build_environment: "manywheel 3.6m rocm3.9 devtoolset7"
|
||||||
|
|
@ -8555,6 +8507,54 @@ workflows:
|
||||||
docker_image: "pytorch/manylinux-rocm:3.9"
|
docker_image: "pytorch/manylinux-rocm:3.9"
|
||||||
use_cuda_docker_runtime: "1"
|
use_cuda_docker_runtime: "1"
|
||||||
resource_class: gpu.medium
|
resource_class: gpu.medium
|
||||||
|
- smoke_linux_test:
|
||||||
|
name: smoke_linux_manywheel_3_6m_rocm3_10_devtoolset7_nightly
|
||||||
|
build_environment: "manywheel 3.6m rocm3.10 devtoolset7"
|
||||||
|
requires:
|
||||||
|
- update_s3_htmls
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- postnightly
|
||||||
|
docker_image: "pytorch/manylinux-rocm:3.10"
|
||||||
|
use_cuda_docker_runtime: "1"
|
||||||
|
resource_class: gpu.medium
|
||||||
|
- smoke_linux_test:
|
||||||
|
name: smoke_linux_manywheel_3_7m_rocm3_10_devtoolset7_nightly
|
||||||
|
build_environment: "manywheel 3.7m rocm3.10 devtoolset7"
|
||||||
|
requires:
|
||||||
|
- update_s3_htmls
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- postnightly
|
||||||
|
docker_image: "pytorch/manylinux-rocm:3.10"
|
||||||
|
use_cuda_docker_runtime: "1"
|
||||||
|
resource_class: gpu.medium
|
||||||
|
- smoke_linux_test:
|
||||||
|
name: smoke_linux_manywheel_3_8m_rocm3_10_devtoolset7_nightly
|
||||||
|
build_environment: "manywheel 3.8m rocm3.10 devtoolset7"
|
||||||
|
requires:
|
||||||
|
- update_s3_htmls
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- postnightly
|
||||||
|
docker_image: "pytorch/manylinux-rocm:3.10"
|
||||||
|
use_cuda_docker_runtime: "1"
|
||||||
|
resource_class: gpu.medium
|
||||||
|
- smoke_linux_test:
|
||||||
|
name: smoke_linux_manywheel_3_9m_rocm3_10_devtoolset7_nightly
|
||||||
|
build_environment: "manywheel 3.9m rocm3.10 devtoolset7"
|
||||||
|
requires:
|
||||||
|
- update_s3_htmls
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- postnightly
|
||||||
|
docker_image: "pytorch/manylinux-rocm:3.10"
|
||||||
|
use_cuda_docker_runtime: "1"
|
||||||
|
resource_class: gpu.medium
|
||||||
- smoke_linux_test:
|
- smoke_linux_test:
|
||||||
name: smoke_linux_conda_3_6_cpu_devtoolset7_nightly
|
name: smoke_linux_conda_3_6_cpu_devtoolset7_nightly
|
||||||
build_environment: "conda 3.6 cpu devtoolset7"
|
build_environment: "conda 3.6 cpu devtoolset7"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user