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
vision
Commits
c093b9c0
Unverified
Commit
c093b9c0
authored
Dec 05, 2022
by
Jithun Nair
Committed by
GitHub
Dec 05, 2022
Browse files
Upgrade nightly wheels to ROCm5.3 (#6955)
* Update to ROCm 5.3 * Regenerate config.yml
parent
01c11a05
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
.circleci/config.yml
.circleci/config.yml
+11
-11
.circleci/regenerate.py
.circleci/regenerate.py
+1
-1
No files found.
.circleci/config.yml
View file @
c093b9c0
...
...
@@ -1120,16 +1120,16 @@ workflows:
name
:
binary_linux_wheel_py3.7_cu117
python_version
:
'
3.7'
wheel_docker_image
:
pytorch/manylinux-cuda117
-
binary_linux_wheel
:
cu_version
:
rocm5.1.1
name
:
binary_linux_wheel_py3.7_rocm5.1.1
python_version
:
'
3.7'
wheel_docker_image
:
pytorch/manylinux-rocm:5.1.1
-
binary_linux_wheel
:
cu_version
:
rocm5.2
name
:
binary_linux_wheel_py3.7_rocm5.2
python_version
:
'
3.7'
wheel_docker_image
:
pytorch/manylinux-rocm:5.2
-
binary_linux_wheel
:
cu_version
:
rocm5.3
name
:
binary_linux_wheel_py3.7_rocm5.3
python_version
:
'
3.7'
wheel_docker_image
:
pytorch/manylinux-rocm:5.3
-
binary_win_wheel
:
cu_version
:
cpu
filters
:
...
...
@@ -1655,25 +1655,25 @@ workflows:
python_version
:
'
3.7'
wheel_docker_image
:
pytorch/manylinux-cuda117
-
binary_linux_wheel
:
cu_version
:
rocm5.
1.1
cu_version
:
rocm5.
2
filters
:
branches
:
only
:
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_linux_wheel_py3.7_rocm5.
1.1
name
:
nightly_binary_linux_wheel_py3.7_rocm5.
2
python_version
:
'
3.7'
wheel_docker_image
:
pytorch/manylinux-rocm:5.
1.1
wheel_docker_image
:
pytorch/manylinux-rocm:5.
2
-
binary_linux_wheel
:
cu_version
:
rocm5.
2
cu_version
:
rocm5.
3
filters
:
branches
:
only
:
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_linux_wheel_py3.7_rocm5.
2
name
:
nightly_binary_linux_wheel_py3.7_rocm5.
3
python_version
:
'
3.7'
wheel_docker_image
:
pytorch/manylinux-rocm:5.
2
wheel_docker_image
:
pytorch/manylinux-rocm:5.
3
-
binary_win_wheel
:
cu_version
:
cpu
filters
:
...
...
.circleci/regenerate.py
View file @
c093b9c0
...
...
@@ -32,7 +32,7 @@ def build_workflows(prefix="", filter_branch=None, upload=False, indentation=6,
for
os_type
in
[
"linux"
,
"macos"
,
"win"
]:
python_versions
=
PYTHON_VERSIONS
cu_versions_dict
=
{
"linux"
:
[
"cpu"
,
"cu116"
,
"cu117"
,
"rocm5.
1.1
"
,
"rocm5.
2
"
],
"linux"
:
[
"cpu"
,
"cu116"
,
"cu117"
,
"rocm5.
2
"
,
"rocm5.
3
"
],
"win"
:
[
"cpu"
,
"cu116"
,
"cu117"
],
"macos"
:
[
"cpu"
],
}
...
...
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