Skip to content

Commit b4d55f5

Browse files
committed
[fbgemm_gpu] upgrade ROCm to 6.4.2
1 parent 36c506b commit b4d55f5

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)