Dr-Noob / gpufetch

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

Weird cuda error prevents gpufetch from working #27

Closed gaming128 closed 2 years ago

gaming128 commented 2 years ago
[gaming123@gamingmachine ~]$ gpufetch
[ERROR]: cudaErrorUnknown: unknown error
[ERROR]: No GPU was detected! Available GPUs are:
- GPU 0:
  * Vendor: NVIDIA
  * PCI id: 10de:2520
- GPU 1:
  * Vendor: AMD
  * PCI id: 1002:1638
Please, make sure that the appropiate backend is enabled:
- CUDA backend:  ON
- Intel backend: ON
Dr-Noob commented 2 years ago

As far as I can see, you are using an Ampere GPU, more specifically, the GA106 chip. To make any CUDA program work with your GPU, you need CUDA >= 11.1.

gaming128 commented 2 years ago

As far as I can see, you are using an Ampere GPU, more specifically, the GA106 chip. To make any CUDA program work with your GPU, you need CUDA >= 11.1.

I already have that according to nvidia-smi so...

Dr-Noob commented 2 years ago

Ok, some thoughts:

gaming128 commented 2 years ago

ok looks like the issue is 1st option so i reinstalled cuda, thanks for that