Skip to content

Commit

Permalink
Update generate_binary_build_matrix.py to ROCm 5.4.2 (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
BLOrange-AMD committed Feb 13, 2023
1 parent 6d52a59 commit c5cc7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"release": ["11.6", "11.7"],
}
ROCM_ARCHES_DICT = {
"nightly": ["5.2", "5.3"],
"nightly": ["5.3", "5.4.2"],
"test": ["5.1.1", "5.2"],
"release": ["5.1.1", "5.2"],
}
Expand Down

0 comments on commit c5cc7e3

Please sign in to comment.