Skip to content

Commit ba6d456

Browse files
q10facebook-github-bot
authored andcommitted
upgrade ROCm to 6.4.2 (#4876)
Summary: X-link: facebookresearch/FBGEMM#1905 Pull Request resolved: #4876 Reviewed By: ionuthristodorescu Differential Revision: D82558237 Pulled By: q10 fbshipit-source-id: 930a30813d7aecc1f4c975bed36551b97b2caa5a
1 parent c8d1802 commit ba6d456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/generate_ci_matrix.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,9 @@ def cuda_versions(self) -> List[str]:
311311

312312
def rocm_versions(self) -> List[str]:
313313
if GitRepo.ref() == REFS_MAIN and GitRepo.event_name() == EVENT_NAME_PUSH:
314-
return ["6.4"]
314+
return ["6.4.2"]
315315
else:
316-
return ["6.3", "6.4"]
316+
return ["6.3", "6.4.2"]
317317

318318
def host_machines(self) -> List[Dict[str, str]]:
319319
# For the list of available instance types:

0 commit comments

Comments
 (0)