PyTorch-Encoding icon indicating copy to clipboard operation
PyTorch-Encoding copied to clipboard

Unsupported gpu architecture

Open holyseven opened this issue 4 years ago • 2 comments

Environment: Ubuntu 18.04, CUDA 11.0, PyTorch 1.7.1, A100.

When installed from source by python setup.py install, an nvcc fatal error raised:

nvcc fatal   : Unsupported gpu architecture 'compute_80'

RuntimeError: Error compiling objects for extension

holyseven avatar Oct 02 '21 13:10 holyseven

Are you solve it?

ZhouZoey avatar Jan 17 '22 12:01 ZhouZoey

I don't have access to a recent gpu, but this sounds like a pytorch issue. Could you try asking questions at https://github.com/pytorch/extension-cpp

zhanghang1989 avatar Jan 17 '22 18:01 zhanghang1989