modulated-deform-conv icon indicating copy to clipboard operation
modulated-deform-conv copied to clipboard

Unsupported gpu architecture 'compute_86'

Open DIVE128 opened this issue 3 years ago • 1 comments

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?

DIVE128 avatar May 18 '22 07:05 DIVE128

export TORCH_CUDA_ARCH_LIST="7.5" in the terminal can fix this.

ccl-private avatar Sep 27 '22 05:09 ccl-private