# torch.cuda.get_arch_list

torch.cuda.get_arch_list()[[source]](https://github.com/pytorch/pytorch/blob/v2.14.0/torch/cuda/__init__.py#L1241)

Return list CUDA architectures this library was compiled for.

Return type:

[list](https://docs.python.org/3/library/stdtypes.html#list)[[str](https://docs.python.org/3/library/stdtypes.html#str)]