Skip to content

Commit ec1622c

Browse files
committed
Merge branch 'main' into transforms/image-conversion
2 parents ab86ce0 + 3130b45 commit ec1622c

File tree

5 files changed

+221
-86
lines changed

5 files changed

+221
-86
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)