Skip to content

Commit b22aea7

Browse files
KyleCZHdatumbox
andauthored
[ROCm] update to rocm5.1.1 (#5946)
* [ROCm] Upgrade to rocm5.1.1 * retrigger checks Co-authored-by: Vasilis Vryniotis <[email protected]>
1 parent ce778bb commit b22aea7

File tree

2 files changed

+69
-69
lines changed

2 files changed

+69
-69
lines changed

.circleci/config.yml

Lines changed: 68 additions & 68 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", "cu102", "cu113", "cu116", "rocm4.5.2", "rocm5.0"],
35+
"linux": ["cpu", "cu102", "cu113", "cu116", "rocm5.0", "rocm5.1.1"],
3636
"win": ["cpu", "cu113", "cu116"],
3737
"macos": ["cpu"],
3838
}

0 commit comments

Comments
 (0)