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

nvcc fatal : Unsupported gpu architecture 'compute_86' #7

Closed
luwanglin opened this issue Jan 12, 2021 · 2 comments
Closed

nvcc fatal : Unsupported gpu architecture 'compute_86' #7

luwanglin opened this issue Jan 12, 2021 · 2 comments

Comments

@luwanglin
Copy link

Hello, I reported the following error when installing the 3090 graphics card
FAILED: /data/home/lwl/GaitSet_experiment/SoftPool-master/pytorch/build/temp.linux-x86_64-3.8/CUDA/softpool_cuda_kernel.o /usr/local/cuda/bin/nvcc -I/data/home/lwl/anaconda3/envs/exp38/lib/python3.8/site-packages/torch/include -I/data/home/lwl/anaconda3/envs/exp38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/data/home/lwl/anaconda3/envs/exp38/lib/python3.8/site-packages/torch/include/TH -I/data/home/lwl/anaconda3/envs/exp38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data/home/lwl/anaconda3/envs/exp38/include/python3.8 -c -c /data/home/lwl/GaitSet_experiment/SoftPool-master/pytorch/CUDA/softpool_cuda_kernel.cu -o /data/home/lwl/GaitSet_experiment/SoftPool-master/pytorch/build/temp.linux-x86_64-3.8/CUDA/softpool_cuda_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=softpool_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=sm_86 -std=c++14 nvcc fatal : Unsupported gpu architecture 'compute_86'

@alexandrosstergiou
Copy link
Owner

Hi @luwanglin,

From a quick search, this looks like a CUDA version related issue as in here. Are you using CUDA 11.2 or an older version?

Best,
Alex

@alexandrosstergiou
Copy link
Owner

Closing due to inactivity.

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