Skip to content

Commit 909f1d6

Browse files
datumboxfacebook-github-bot
authored andcommitted
[fbsync] [ROCm] Update to rocm5.0 wheels (#5660)
Summary: Signed-off-by: Kyle Chen <[email protected]> Reviewed By: NicolasHug Differential Revision: D35393155 fbshipit-source-id: 72e0c84626fcebbe2967a3818ecd72d8538c0330 Co-authored-by: Vasilis Vryniotis <[email protected]>
1 parent 402eb28 commit 909f1d6

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", "cu115", "rocm4.3.1", "rocm4.5.2"],
35+
"linux": ["cpu", "cu102", "cu113", "cu115", "rocm4.5.2", "rocm5.0"],
3636
"win": ["cpu", "cu113", "cu115"],
3737
"macos": ["cpu"],
3838
}

0 commit comments

Comments
 (0)