Skip to content

Commit f914f28

Browse files
authored
[ROCm] update nightly binary build matrix to 7.0 7.1 (#7430)
ROCm 7.1 released 10/30. pytorch images are built. pytorch/pytorch#166730 is merged.
1 parent 7355d77 commit f914f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434

3535
ROCM_ARCHES_DICT = {
36-
"nightly": ["6.4", "7.0"],
36+
"nightly": ["7.0", "7.1"],
3737
"test": ["6.3", "6.4"],
3838
"release": ["6.3", "6.4"],
3939
}

0 commit comments

Comments
 (0)