Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported gpu architecture 'compute_86' #12

Open
DIVE128 opened this issue May 18, 2022 · 1 comment
Open

Unsupported gpu architecture 'compute_86' #12

DIVE128 opened this issue May 18, 2022 · 1 comment

Comments

@DIVE128
Copy link

DIVE128 commented May 18, 2022

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?

@ccl-private
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants