mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Fix dumb typo (#142079)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/142079 Approved by: https://github.com/jainapurva, https://github.com/soulitzer
This commit is contained in:
committed by
PyTorch MergeBot
parent
60a192036b
commit
3fdc74ae29
@ -1995,7 +1995,7 @@ def _get_cuda_arch_flags(cflags: Optional[List[str]] = None) -> List[str]:
|
||||
])
|
||||
|
||||
supported_arches = ['3.5', '3.7', '5.0', '5.2', '5.3', '6.0', '6.1', '6.2',
|
||||
'7.0', '7.2', '7.5', '8.0', '8.6', '8.7', '8.9', '9.0', '9.0a'
|
||||
'7.0', '7.2', '7.5', '8.0', '8.6', '8.7', '8.9', '9.0', '9.0a',
|
||||
'10.0']
|
||||
valid_arch_strings = supported_arches + [s + "+PTX" for s in supported_arches]
|
||||
|
||||
|
Reference in New Issue
Block a user