Dr-Noob / gpufetch

Simple yet fancy GPU architecture fetching tool
GNU General Public License v2.0
138 stars 15 forks source link

Error: cudaErrorCompatNotSupportedOnDevice #53

Open BJTMastermind opened 5 months ago

BJTMastermind commented 5 months ago

I am trying to run gpufetch but get the error below.

OS: Kubuntu 22.04 (Linux) GPU: NVIDIA Geforce GTX 970

The GPU does show up when running lspci -nn | grep VGA

Error:

[ERROR]: cudaErrorCompatNotSupportedOnDevice: forward compatibility was attempted on non supported HW
[ERROR]: No GPU was detected! Available GPUs are:
- GPU 0:
  * Vendor: NVIDIA
  * PCI id: 10de:13c2
Please, make sure that the appropiate backend is enabled:
- CUDA backend:  ON
- Intel backend: ON
Visit https://github.com/Dr-Noob/gpufetch#2-backends for more information