Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
a164477d
".github/vscode:/vscode.git/clone" did not exist on "d310ce64113944ba2fef92ee783435fddc7ce0cd"
Unverified
Commit
a164477d
authored
Sep 02, 2021
by
Nikita Shulga
Committed by
GitHub
Sep 02, 2021
Browse files
Build torchaudio for 11.3 as well (#1747)
parent
7e6e778b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
353 additions
and
1 deletion
+353
-1
.circleci/config.yml
.circleci/config.yml
+344
-0
.circleci/regenerate.py
.circleci/regenerate.py
+1
-1
packaging/pkg_helpers.bash
packaging/pkg_helpers.bash
+8
-0
No files found.
.circleci/config.yml
View file @
a164477d
...
...
@@ -664,6 +664,13 @@ workflows:
requires
:
-
download_third_parties_nix
wheel_docker_image
:
pytorch/manylinux-cuda111
-
binary_linux_wheel
:
cuda_version
:
cu113
name
:
binary_linux_wheel_py3.6_cu113
python_version
:
'
3.6'
requires
:
-
download_third_parties_nix
wheel_docker_image
:
pytorch/manylinux-cuda113
-
binary_linux_wheel
:
cuda_version
:
rocm4.1
name
:
binary_linux_wheel_py3.6_rocm4.1
...
...
@@ -691,6 +698,13 @@ workflows:
requires
:
-
download_third_parties_nix
wheel_docker_image
:
pytorch/manylinux-cuda111
-
binary_linux_wheel
:
cuda_version
:
cu113
name
:
binary_linux_wheel_py3.7_cu113
python_version
:
'
3.7'
requires
:
-
download_third_parties_nix
wheel_docker_image
:
pytorch/manylinux-cuda113
-
binary_linux_wheel
:
cuda_version
:
rocm4.1
name
:
binary_linux_wheel_py3.7_rocm4.1
...
...
@@ -724,6 +738,13 @@ workflows:
requires
:
-
download_third_parties_nix
wheel_docker_image
:
pytorch/manylinux-cuda111
-
binary_linux_wheel
:
cuda_version
:
cu113
name
:
binary_linux_wheel_py3.8_cu113
python_version
:
'
3.8'
requires
:
-
download_third_parties_nix
wheel_docker_image
:
pytorch/manylinux-cuda113
-
binary_linux_wheel
:
cuda_version
:
rocm4.1
name
:
binary_linux_wheel_py3.8_rocm4.1
...
...
@@ -751,6 +772,13 @@ workflows:
requires
:
-
download_third_parties_nix
wheel_docker_image
:
pytorch/manylinux-cuda111
-
binary_linux_wheel
:
cuda_version
:
cu113
name
:
binary_linux_wheel_py3.9_cu113
python_version
:
'
3.9'
requires
:
-
download_third_parties_nix
wheel_docker_image
:
pytorch/manylinux-cuda113
-
binary_linux_wheel
:
cuda_version
:
rocm4.1
name
:
binary_linux_wheel_py3.9_rocm4.1
...
...
@@ -859,6 +887,13 @@ workflows:
python_version
:
'
3.6'
requires
:
-
download_third_parties_nix
-
binary_linux_conda
:
conda_docker_image
:
pytorch/conda-builder:cuda113
cuda_version
:
cu113
name
:
binary_linux_conda_py3.6_cu113
python_version
:
'
3.6'
requires
:
-
download_third_parties_nix
-
binary_linux_conda
:
conda_docker_image
:
pytorch/conda-builder:cpu
cuda_version
:
cpu
...
...
@@ -880,6 +915,13 @@ workflows:
python_version
:
'
3.7'
requires
:
-
download_third_parties_nix
-
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
:
-
download_third_parties_nix
-
binary_linux_conda
:
conda_docker_image
:
pytorch/conda-builder:cpu
cuda_version
:
cpu
...
...
@@ -901,6 +943,13 @@ workflows:
python_version
:
'
3.8'
requires
:
-
download_third_parties_nix
-
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
:
-
download_third_parties_nix
-
binary_linux_conda
:
conda_docker_image
:
pytorch/conda-builder:cpu
cuda_version
:
cpu
...
...
@@ -922,6 +971,13 @@ workflows:
python_version
:
'
3.9'
requires
:
-
download_third_parties_nix
-
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
:
-
download_third_parties_nix
-
binary_macos_conda
:
conda_docker_image
:
pytorch/conda-builder:cpu
cuda_version
:
cpu
...
...
@@ -1271,6 +1327,42 @@ workflows:
python_version
:
'
3.6'
requires
:
-
nightly_binary_linux_wheel_py3.6_cu111_upload
-
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.6_cu113
python_version
:
'
3.6'
requires
:
-
download_third_parties_nix
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.6_cu113_upload
requires
:
-
nightly_binary_linux_wheel_py3.6_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.6_cu113_smoke_test_pip
python_version
:
'
3.6'
requires
:
-
nightly_binary_linux_wheel_py3.6_cu113_upload
-
binary_linux_wheel
:
cuda_version
:
rocm4.1
filters
:
...
...
@@ -1414,6 +1506,42 @@ workflows:
python_version
:
'
3.7'
requires
:
-
nightly_binary_linux_wheel_py3.7_cu111_upload
-
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
:
-
download_third_parties_nix
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
-
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_upload
-
binary_linux_wheel
:
cuda_version
:
rocm4.1
filters
:
...
...
@@ -1557,6 +1685,42 @@ workflows:
python_version
:
'
3.8'
requires
:
-
nightly_binary_linux_wheel_py3.8_cu111_upload
-
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
:
-
download_third_parties_nix
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
-
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_upload
-
binary_linux_wheel
:
cuda_version
:
rocm4.1
filters
:
...
...
@@ -1700,6 +1864,42 @@ workflows:
python_version
:
'
3.9'
requires
:
-
nightly_binary_linux_wheel_py3.9_cu111_upload
-
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
:
-
download_third_parties_nix
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
-
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_upload
-
binary_linux_wheel
:
cuda_version
:
rocm4.1
filters
:
...
...
@@ -2340,6 +2540,42 @@ workflows:
python_version
:
'
3.6'
requires
:
-
nightly_binary_linux_conda_py3.6_cu111_upload
-
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.6_cu113
python_version
:
'
3.6'
requires
:
-
download_third_parties_nix
-
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.6_cu113_upload
requires
:
-
nightly_binary_linux_conda_py3.6_cu113
-
smoke_test_linux_conda
:
cuda_version
:
cu113
filters
:
branches
:
only
:
-
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_linux_conda_py3.6_cu113_smoke_test_conda
python_version
:
'
3.6'
requires
:
-
nightly_binary_linux_conda_py3.6_cu113_upload
-
binary_linux_conda
:
conda_docker_image
:
pytorch/conda-builder:cpu
cuda_version
:
cpu
...
...
@@ -2448,6 +2684,42 @@ workflows:
python_version
:
'
3.7'
requires
:
-
nightly_binary_linux_conda_py3.7_cu111_upload
-
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
:
-
download_third_parties_nix
-
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
:
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_upload
-
binary_linux_conda
:
conda_docker_image
:
pytorch/conda-builder:cpu
cuda_version
:
cpu
...
...
@@ -2556,6 +2828,42 @@ workflows:
python_version
:
'
3.8'
requires
:
-
nightly_binary_linux_conda_py3.8_cu111_upload
-
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
:
-
download_third_parties_nix
-
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
:
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_upload
-
binary_linux_conda
:
conda_docker_image
:
pytorch/conda-builder:cpu
cuda_version
:
cpu
...
...
@@ -2664,6 +2972,42 @@ workflows:
python_version
:
'
3.9'
requires
:
-
nightly_binary_linux_conda_py3.9_cu111_upload
-
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
:
-
download_third_parties_nix
-
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
:
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_upload
-
binary_macos_conda
:
conda_docker_image
:
pytorch/conda-builder:cpu
cuda_version
:
cpu
...
...
.circleci/regenerate.py
View file @
a164477d
...
...
@@ -21,7 +21,7 @@ import os.path
PYTHON_VERSIONS
=
[
"3.6"
,
"3.7"
,
"3.8"
,
"3.9"
]
CU_VERSIONS_DICT
=
{
"linux"
:
[
"cpu"
,
"cu102"
,
"cu111"
,
"rocm4.1"
],
CU_VERSIONS_DICT
=
{
"linux"
:
[
"cpu"
,
"cu102"
,
"cu111"
,
"cu113"
,
"rocm4.1"
],
"windows"
:
[
"cpu"
,
"cu102"
,
"cu111"
],
"macos"
:
[
"cpu"
]}
...
...
packaging/pkg_helpers.bash
View file @
a164477d
...
...
@@ -46,6 +46,14 @@ setup_cuda() {
# Now work out the CUDA settings
case
"
$CU_VERSION
"
in
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"
;;
cu112
)
if
[[
"
$OSTYPE
"
==
"msys"
]]
;
then
export
CUDA_HOME
=
"C:
\\
Program Files
\\
NVIDIA GPU Computing Toolkit
\\
CUDA
\\
v11.2"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment