possibly a very simple error but wanted to ask as I am unable to understand what the issue is or find an appropriate solution.
I am working on Ubuntu 22.04.2 LTS and while checking nvcc -V, I see: Build cuda_11.2.r11.2/compiler.29618528_0
With nvidia-smi, I see: NVIDIA-SMI 470.182.03 Driver Version: 470.182.03 CUDA Version: 11.4
If I am reading the NVIDIA docs correctly, everything should be compatible.
https://docs.nvidia.com/deploy/cuda-compatibility/
What am I missing? Why is this error popping up?
...torch/utils/cpp_extension.py", line 991, in _get_cuda_arch_flags raise ValueError("Unknown CUDA arch ({}) or GPU not supported".format(arch)) ValueError: Unknown CUDA arch (8.0) or GPU not supported
Any help and especially explanation would be appreciated as I am none the wiser from the other posts.
Short description above