Skip to content

Commit c093b9c

Browse files
Upgrade nightly wheels to ROCm5.3 (#6955)
* Update to ROCm 5.3 * Regenerate config.yml
1 parent 01c11a0 commit c093b9c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.circleci/config.yml

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/regenerate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def build_workflows(prefix="", filter_branch=None, upload=False, indentation=6,
3232
for os_type in ["linux", "macos", "win"]:
3333
python_versions = PYTHON_VERSIONS
3434
cu_versions_dict = {
35-
"linux": ["cpu", "cu116", "cu117", "rocm5.1.1", "rocm5.2"],
35+
"linux": ["cpu", "cu116", "cu117", "rocm5.2", "rocm5.3"],
3636
"win": ["cpu", "cu116", "cu117"],
3737
"macos": ["cpu"],
3838
}

0 commit comments

Comments
 (0)