mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 13:44:15 +08:00
[ROCm] update nightly builds to rocm5.2 (#82353)
### Description Updates ROCm arches for nightly binaries to 5.1.1 and 5.2, dropping 5.0. Corresponding builder PR: https://github.com/pytorch/builder/pull/1033 ### Testing PR CI with extra label to enable binary builds. Pull Request resolved: https://github.com/pytorch/pytorch/pull/82353 Approved by: https://github.com/janeyx99, https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
9590cf6d79
commit
2dae93b212
@ -16,7 +16,7 @@ from typing import Dict, List, Tuple, Optional
|
||||
CUDA_ARCHES = ["10.2", "11.3", "11.6", "11.7"]
|
||||
|
||||
|
||||
ROCM_ARCHES = ["5.0", "5.1.1"]
|
||||
ROCM_ARCHES = ["5.1.1", "5.2"]
|
||||
|
||||
|
||||
def arch_type(arch_version: str) -> str:
|
||||
|
Reference in New Issue
Block a user