modulated-deform-conv
modulated-deform-conv copied to clipboard
Unsupported gpu architecture 'compute_86'
Thanks for your great job. Our environment is linux with gpu RTX3090 and the fixed lowest version of pytorch is 1.7 with cuda11.0. When we run python setup.py install , it prompts nvcc fatal : Unsupported gpu architecture 'compute_86' . Is there any setting unsuitable?
export TORCH_CUDA_ARCH_LIST="7.5" in the terminal can fix this.