We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c506b commit b4d55f5Copy full SHA for b4d55f5
.github/scripts/generate_ci_matrix.py
@@ -311,9 +311,9 @@ def cuda_versions(self) -> List[str]:
311
312
def rocm_versions(self) -> List[str]:
313
if GitRepo.ref() == REFS_MAIN and GitRepo.event_name() == EVENT_NAME_PUSH:
314
- return ["6.4"]
+ return ["6.4.2"]
315
else:
316
- return ["6.3", "6.4"]
+ return ["6.3", "6.4.2"]
317
318
def host_machines(self) -> List[Dict[str, str]]:
319
# For the list of available instance types:
0 commit comments