8000 Enable manywheel build and smoke test on main branch for ROCm · pytorch/pytorch@6acd64e · GitHub
[go: up one dir, main page]

Skip to content

Commit 6acd64e

Browse files
jithunnair-amdpytorchmergebot
authored andcommitted
Enable manywheel build and smoke test on main branch for ROCm
1 parent 7243c69 commit 6acd64e

File tree

2 files changed

+93
-1
lines changed

2 files changed

+93
-1
lines changed

.github/scripts/generate_ci_workflows.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class OperatingSystem:
152152
package_type="manywheel",
153153
build_configs=generate_binary_build_matrix.generate_wheels_matrix(
154154
OperatingSystem.LINUX,
155-
arches=["11.8", "12.6", "12.8"],
155+
arches=["11.8", "12.6", "12.8", "6.4"],
156156
python_versions=["3.9"],
157157
),
158158
branches="main",

.github/workflows/generated-linux-binary-manywheel-main.yml

+92
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0