Skip to content

Commit

Permalink
Add 3.10 build to pypi (pytorch#1360)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#1360

Pull Request resolved: pytorch#1342

ITT

Reviewed By: sryap

Differential Revision: D39632187

fbshipit-source-id: dcd0a2311e6de4b13a989e8b0aae46185ee48930
  • Loading branch information
mjanderson09 authored and facebook-github-bot committed Oct 11, 2022
1 parent a2186e1 commit 792db73
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 14 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/fbgemm_nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,21 @@ jobs:
matrix:
include:
- os: linux.2xlarge
python-version: 3.7
python-version: "3.7"
python-tag: "py37"
cuda-tag: "cu11"
- os: linux.2xlarge
python-version: 3.8
python-version: "3.8"
python-tag: "py38"
cuda-tag: "cu11"
- os: linux.2xlarge
python-version: 3.9
python-version: "3.9"
python-tag: "py39"
cuda-tag: "cu11"
- os: linux.2xlarge
python-version: "3.10"
python-tag: "py310"
cuda-tag: "cu11"
steps:
# Checkout the repository to the GitHub Actions runner
- name: Check ldd --version
Expand Down Expand Up @@ -112,7 +116,7 @@ jobs:
strategy:
matrix:
os: [linux.4xlarge.nvidia.gpu]
python-version: [3.7, 3.8, 3.9]
python-version: ["3.7", "3.8", "3.9", "3.10"]
cuda-tag: ["cu11"]
needs: build_on_cpu
steps:
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/fbgemm_nightly_build_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,21 @@ jobs:
matrix:
include:
- os: linux.2xlarge
python-version: 3.7
python-version: "3.7"
python-tag: "py37"
cuda-tag: "cpu"
- os: linux.2xlarge
python-version: 3.8
python-version: "3.8"
python-tag: "py38"
cuda-tag: "cpu"
- os: linux.2xlarge
python-version: 3.9
python-version: "3.9"
python-tag: "py39"
cuda-tag: "cpu"
- os: linux.2xlarge
python-version: "3.10"
python-tag: "py310"
cuda-tag: "cpu"
steps:
# Checkout the repository to the GitHub Actions runner
- name: Check ldd --version
Expand Down
12 changes: 8 additions & 4 deletions .github/workflows/fbgemm_release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,21 @@ jobs:
matrix:
include:
- os: linux.2xlarge
python-version: 3.7
python-version: "3.7"
python-tag: "py37"
cuda-tag: "cu11"
- os: linux.2xlarge
python-version: 3.8
python-version: "3.8"
python-tag: "py38"
cuda-tag: "cu11"
- os: linux.2xlarge
python-version: 3.9
python-version: "3.9"
python-tag: "py39"
cuda-tag: "cu11"
- os: linux.2xlarge
python-version: "3.10"
python-tag: "py310"
cuda-tag: "cu11"
steps:
# Checkout the repository to the GitHub Actions runner
- name: Check ldd --version
Expand Down Expand Up @@ -132,7 +136,7 @@ jobs:
strategy:
matrix:
os: [linux.4xlarge.nvidia.gpu]
python-version: [3.7, 3.8, 3.9]
python-version: ["3.7", "3.8", "3.9", "3.10"]
cuda-tag: ["cu11"]
needs: build_on_cpu
steps:
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/fbgemm_release_build_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,21 @@ jobs:
matrix:
include:
- os: linux.2xlarge
python-version: 3.7
python-version: "3.7"
python-tag: "py37"
cuda-tag: "cpu"
- os: linux.2xlarge
python-version: 3.8
python-version: "3.8"
python-tag: "py38"
cuda-tag: "cpu"
- os: linux.2xlarge
python-version: 3.9
python-version: "3.9"
python-tag: "py39"
cuda-tag: "cpu"
- os: linux.2xlarge
python-version: "3.10"
python-tag: "py310"
cuda-tag: "cpu"
steps:
# Checkout the repository to the GitHub Actions runner
- name: Check ldd --version
Expand Down

0 comments on commit 792db73

Please sign in to comment.