Skip to content

Commit ae0c88d

Browse files
seemetherefacebook-github-bot
authored andcommitted
.circleci: Add manywheel builds for python 3.8 (#34732)
Summary: Not entirely sure why this wasn't here before but we definitely need to test for this. Closes #34727 Signed-off-by: Eli Uriegas <eliuriegas@fb.com> Pull Request resolved: #34732 Differential Revision: D20480508 Pulled By: seemethere fbshipit-source-id: 43bcff679ca35993f6bf1b10980acd7c86f780b1
1 parent 480d184 commit ae0c88d

2 files changed

Lines changed: 197 additions & 0 deletions

File tree

.circleci/cimodel/data/binary_build_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def get_processor_arch_name(cuda_version):
3939
"3.5m",
4040
"3.6m",
4141
"3.7m",
42+
"3.8m",
4243
],
4344
conda=dimensions.STANDARD_PYTHON_VERSIONS,
4445
libtorch=[

.circleci/config.yml

Lines changed: 196 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2528,6 +2528,17 @@ workflows:
25282528
branches:
25292529
only: postnightly
25302530
docker_image: "pytorch/manylinux-cuda102"
2531+
- smoke_linux_test:
2532+
name: smoke_linux_manywheel_3_8m_cpu_devtoolset7_nightly
2533+
build_environment: "manywheel 3.8m cpu devtoolset7"
2534+
requires:
2535+
- setup
2536+
- update_s3_htmls_for_nightlies
2537+
- update_s3_htmls_for_nightlies_devtoolset7
2538+
filters:
2539+
branches:
2540+
only: postnightly
2541+
docker_image: "pytorch/manylinux-cuda102"
25312542
- smoke_linux_test:
25322543
name: smoke_linux_manywheel_2_7m_cu92_devtoolset7_nightly
25332544
build_environment: "manywheel 2.7m cu92 devtoolset7"
@@ -2593,6 +2604,19 @@ workflows:
25932604
docker_image: "pytorch/manylinux-cuda92"
25942605
use_cuda_docker_runtime: "1"
25952606
resource_class: gpu.medium
2607+
- smoke_linux_test:
2608+
name: smoke_linux_manywheel_3_8m_cu92_devtoolset7_nightly
2609+
build_environment: "manywheel 3.8m cu92 devtoolset7"
2610+
requires:
2611+
- setup
2612+
- update_s3_htmls_for_nightlies
2613+
- update_s3_htmls_for_nightlies_devtoolset7
2614+
filters:
2615+
branches:
2616+
only: postnightly
2617+
docker_image: "pytorch/manylinux-cuda92"
2618+
use_cuda_docker_runtime: "1"
2619+
resource_class: gpu.medium
25962620
- smoke_linux_test:
25972621
name: smoke_linux_manywheel_2_7m_cu101_devtoolset7_nightly
25982622
build_environment: "manywheel 2.7m cu101 devtoolset7"
@@ -2658,6 +2682,19 @@ workflows:
26582682
docker_image: "pytorch/manylinux-cuda101"
26592683
use_cuda_docker_runtime: "1"
26602684
resource_class: gpu.medium
2685+
- smoke_linux_test:
2686+
name: smoke_linux_manywheel_3_8m_cu101_devtoolset7_nightly
2687+
build_environment: "manywheel 3.8m cu101 devtoolset7"
2688+
requires:
2689+
- setup
2690+
- update_s3_htmls_for_nightlies
2691+
- update_s3_htmls_for_nightlies_devtoolset7
2692+
filters:
2693+
branches:
2694+
only: postnightly
2695+
docker_image: "pytorch/manylinux-cuda101"
2696+
use_cuda_docker_runtime: "1"
2697+
resource_class: gpu.medium
26612698
- smoke_linux_test:
26622699
name: smoke_linux_manywheel_2_7m_cu102_devtoolset7_nightly
26632700
build_environment: "manywheel 2.7m cu102 devtoolset7"
@@ -2723,6 +2760,19 @@ workflows:
27232760
docker_image: "pytorch/manylinux-cuda102"
27242761
use_cuda_docker_runtime: "1"
27252762
resource_class: gpu.medium
2763+
- smoke_linux_test:
2764+
name: smoke_linux_manywheel_3_8m_cu102_devtoolset7_nightly
2765+
build_environment: "manywheel 3.8m cu102 devtoolset7"
2766+
requires:
2767+
- setup
2768+
- update_s3_htmls_for_nightlies
2769+
- update_s3_htmls_for_nightlies_devtoolset7
2770+
filters:
2771+
branches:
2772+
only: postnightly
2773+
docker_image: "pytorch/manylinux-cuda102"
2774+
use_cuda_docker_runtime: "1"
2775+
resource_class: gpu.medium
27262776
- smoke_linux_test:
27272777
name: smoke_linux_conda_2_7_cpu_devtoolset7_nightly
27282778
build_environment: "conda 2.7 cpu devtoolset7"
@@ -3570,6 +3620,17 @@ workflows:
35703620
tags:
35713621
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
35723622
docker_image: "pytorch/manylinux-cuda102"
3623+
- binary_linux_build:
3624+
name: binary_linux_manywheel_3_8m_cpu_devtoolset7_nightly_build
3625+
build_environment: "manywheel 3.8m cpu devtoolset7"
3626+
requires:
3627+
- setup
3628+
filters:
3629+
branches:
3630+
only: nightly
3631+
tags:
3632+
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
3633+
docker_image: "pytorch/manylinux-cuda102"
35733634
- binary_linux_build:
35743635
name: binary_linux_manywheel_2_7m_cu92_devtoolset7_nightly_build
35753636
build_environment: "manywheel 2.7m cu92 devtoolset7"
@@ -3625,6 +3686,17 @@ workflows:
36253686
tags:
36263687
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
36273688
docker_image: "pytorch/manylinux-cuda92"
3689+
- binary_linux_build:
3690+
name: binary_linux_manywheel_3_8m_cu92_devtoolset7_nightly_build
3691+
build_environment: "manywheel 3.8m cu92 devtoolset7"
3692+
requires:
3693+
- setup
3694+
filters:
3695+
branches:
3696+
only: nightly
3697+
tags:
3698+
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
3699+
docker_image: "pytorch/manylinux-cuda92"
36283700
- binary_linux_build:
36293701
name: binary_linux_manywheel_2_7m_cu101_devtoolset7_nightly_build
36303702
build_environment: "manywheel 2.7m cu101 devtoolset7"
@@ -3680,6 +3752,17 @@ workflows:
36803752
tags:
36813753
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
36823754
docker_image: "pytorch/manylinux-cuda101"
3755+
- binary_linux_build:
3756+
name: binary_linux_manywheel_3_8m_cu101_devtoolset7_nightly_build
3757+
build_environment: "manywheel 3.8m cu101 devtoolset7"
3758+
requires:
3759+
- setup
3760+
filters:
3761+
branches:
3762+
only: nightly
3763+
tags:
3764+
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
3765+
docker_image: "pytorch/manylinux-cuda101"
36833766
- binary_linux_build:
36843767
name: binary_linux_manywheel_2_7m_cu102_devtoolset7_nightly_build
36853768
build_environment: "manywheel 2.7m cu102 devtoolset7"
@@ -3735,6 +3818,17 @@ workflows:
37353818
tags:
37363819
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
37373820
docker_image: "pytorch/manylinux-cuda102"
3821+
- binary_linux_build:
3822+
name: binary_linux_manywheel_3_8m_cu102_devtoolset7_nightly_build
3823+
build_environment: "manywheel 3.8m cu102 devtoolset7"
3824+
requires:
3825+
- setup
3826+
filters:
3827+
branches:
3828+
only: nightly
3829+
tags:
3830+
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
3831+
docker_image: "pytorch/manylinux-cuda102"
37383832
- binary_linux_build:
37393833
name: binary_linux_conda_2_7_cpu_devtoolset7_nightly_build
37403834
build_environment: "conda 2.7 cpu devtoolset7"
@@ -4601,6 +4695,18 @@ workflows:
46014695
tags:
46024696
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
46034697
docker_image: "pytorch/manylinux-cuda102"
4698+
- binary_linux_test:
4699+
name: binary_linux_manywheel_3_8m_cpu_devtoolset7_nightly_test
4700+
build_environment: "manywheel 3.8m cpu devtoolset7"
4701+
requires:
4702+
- setup
4703+
- binary_linux_manywheel_3_8m_cpu_devtoolset7_nightly_build
4704+
filters:
4705+
branches:
4706+
only: nightly
4707+
tags:
4708+
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
4709+
docker_image: "pytorch/manylinux-cuda102"
46044710
- binary_linux_test:
46054711
name: binary_linux_manywheel_2_7m_cu92_devtoolset7_nightly_test
46064712
build_environment: "manywheel 2.7m cu92 devtoolset7"
@@ -4671,6 +4777,20 @@ workflows:
46714777
docker_image: "pytorch/manylinux-cuda92"
46724778
use_cuda_docker_runtime: "1"
46734779
resource_class: gpu.medium
4780+
- binary_linux_test:
4781+
name: binary_linux_manywheel_3_8m_cu92_devtoolset7_nightly_test
4782+
build_environment: "manywheel 3.8m cu92 devtoolset7"
4783+
requires:
4784+
- setup
4785+
- binary_linux_manywheel_3_8m_cu92_devtoolset7_nightly_build
4786+
filters:
4787+
branches:
4788+
only: nightly
4789+
tags:
4790+
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
4791+
docker_image: "pytorch/manylinux-cuda92"
4792+
use_cuda_docker_runtime: "1"
4793+
resource_class: gpu.medium
46744794
- binary_linux_test:
46754795
name: binary_linux_manywheel_2_7m_cu101_devtoolset7_nightly_test
46764796
build_environment: "manywheel 2.7m cu101 devtoolset7"
@@ -4741,6 +4861,20 @@ workflows:
47414861
docker_image: "pytorch/manylinux-cuda101"
47424862
use_cuda_docker_runtime: "1"
47434863
resource_class: gpu.medium
4864+
- binary_linux_test:
4865+
name: binary_linux_manywheel_3_8m_cu101_devtoolset7_nightly_test
4866+
build_environment: "manywheel 3.8m cu101 devtoolset7"
4867+
requires:
4868+
- setup
4869+
- binary_linux_manywheel_3_8m_cu101_devtoolset7_nightly_build
4870+
filters:
4871+
branches:
4872+
only: nightly
4873+
tags:
4874+
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
4875+
docker_image: "pytorch/manylinux-cuda101"
4876+
use_cuda_docker_runtime: "1"
4877+
resource_class: gpu.medium
47444878
- binary_linux_test:
47454879
name: binary_linux_manywheel_2_7m_cu102_devtoolset7_nightly_test
47464880
build_environment: "manywheel 2.7m cu102 devtoolset7"
@@ -4811,6 +4945,20 @@ workflows:
48114945
docker_image: "pytorch/manylinux-cuda102"
48124946
use_cuda_docker_runtime: "1"
48134947
resource_class: gpu.medium
4948+
- binary_linux_test:
4949+
name: binary_linux_manywheel_3_8m_cu102_devtoolset7_nightly_test
4950+
build_environment: "manywheel 3.8m cu102 devtoolset7"
4951+
requires:
4952+
- setup
4953+
- binary_linux_manywheel_3_8m_cu102_devtoolset7_nightly_build
4954+
filters:
4955+
branches:
4956+
only: nightly
4957+
tags:
4958+
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
4959+
docker_image: "pytorch/manylinux-cuda102"
4960+
use_cuda_docker_runtime: "1"
4961+
resource_class: gpu.medium
48144962
- binary_linux_test:
48154963
name: binary_linux_conda_2_7_cpu_devtoolset7_nightly_test
48164964
build_environment: "conda 2.7 cpu devtoolset7"
@@ -5613,6 +5761,18 @@ workflows:
56135761
tags:
56145762
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
56155763
context: org-member
5764+
- binary_linux_upload:
5765+
name: binary_linux_manywheel_3_8m_cpu_devtoolset7_nightly_upload
5766+
build_environment: "manywheel 3.8m cpu devtoolset7"
5767+
requires:
5768+
- setup
5769+
- binary_linux_manywheel_3_8m_cpu_devtoolset7_nightly_test
5770+
filters:
5771+
branches:
5772+
only: nightly
5773+
tags:
5774+
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
5775+
context: org-member
56165776
- binary_linux_upload:
56175777
name: binary_linux_manywheel_2_7m_cu92_devtoolset7_nightly_upload
56185778
build_environment: "manywheel 2.7m cu92 devtoolset7"
@@ -5673,6 +5833,18 @@ workflows:
56735833
tags:
56745834
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
56755835
context: org-member
5836+
- binary_linux_upload:
5837+
name: binary_linux_manywheel_3_8m_cu92_devtoolset7_nightly_upload
5838+
build_environment: "manywheel 3.8m cu92 devtoolset7"
5839+
requires:
5840+
- setup
5841+
- binary_linux_manywheel_3_8m_cu92_devtoolset7_nightly_test
5842+
filters:
5843+
branches:
5844+
only: nightly
5845+
tags:
5846+
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
5847+
context: org-member
56765848
- binary_linux_upload:
56775849
name: binary_linux_manywheel_2_7m_cu101_devtoolset7_nightly_upload
56785850
build_environment: "manywheel 2.7m cu101 devtoolset7"
@@ -5733,6 +5905,18 @@ workflows:
57335905
tags:
57345906
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
57355907
context: org-member
5908+
- binary_linux_upload:
5909+
name: binary_linux_manywheel_3_8m_cu101_devtoolset7_nightly_upload
5910+
build_environment: "manywheel 3.8m cu101 devtoolset7"
5911+
requires:
5912+
- setup
5913+
- binary_linux_manywheel_3_8m_cu101_devtoolset7_nightly_test
5914+
filters:
5915+
branches:
5916+
only: nightly
5917+
tags:
5918+
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
5919+
context: org-member
57365920
- binary_linux_upload:
57375921
name: binary_linux_manywheel_2_7m_cu102_devtoolset7_nightly_upload
57385922
build_environment: "manywheel 2.7m cu102 devtoolset7"
@@ -5793,6 +5977,18 @@ workflows:
57935977
tags:
57945978
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
57955979
context: org-member
5980+
- binary_linux_upload:
5981+
name: binary_linux_manywheel_3_8m_cu102_devtoolset7_nightly_upload
5982+
build_environment: "manywheel 3.8m cu102 devtoolset7"
5983+
requires:
5984+
- setup
5985+
- binary_linux_manywheel_3_8m_cu102_devtoolset7_nightly_test
5986+
filters:
5987+
branches:
5988+
only: nightly
5989+
tags:
5990+
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
5991+
context: org-member
57965992
- binary_linux_upload:
57975993
name: binary_linux_conda_2_7_cpu_devtoolset7_nightly_upload
57985994
build_environment: "conda 2.7 cpu devtoolset7"

0 commit comments

Comments
 (0)