olealgoritme / gddr6

Linux​ based GDDR6/GDDR6X VRAM temperature reader for NVIDIA RTX 3000/4000 series GPUs.
79 stars 30 forks source link

Support for 3090 Ti #27

Closed shivams closed 6 months ago

shivams commented 6 months ago

I have two 3090 Ti FEs in my workstation and was trying to use this tool but it reports "No compatible GPU found". I see that 3090 Ti is not in the list of supported GPUs. Can we make it work for 3090 Ti?

olealgoritme commented 6 months ago

Check your device IDs. Check the code. If the device IDs are missing from the device table, just add them.

Let me know how you get a long. I can add them for you if you need assistance, just need the device IDs.

shivams commented 6 months ago

Okay. Thank you. I added the device ID for 3090 Ti and it's working now. I have also made a pull request: https://github.com/olealgoritme/gddr6/pull/28