How to interpret GPUs.txt

If you're new to FAH and need help getting started or you have very basic questions, start here.

Moderators: Site Moderators, FAHC Science Team

Post Reply
yeowmeng
Posts: 4
Joined: Mon Feb 10, 2020 9:36 pm

How to interpret GPUs.txt

Post by yeowmeng »

Given a line in GPU.txt like:


0x10de:0x2182:2:7:TU116 [GeForce GTX 1660 Ti]

It follows fhat:
* 0x1de is the vendor ID in hex
* 0x2182 is the device ID in hex
* What does the 2 mean?
* What does the 7 mean?

If a line has empty values for the 2nd and 3rd fields (0-indexed) what does that mean? Example:


0x10de:0x0ca0:::GT215 [GeForce GT 330]

Thanks!
bruce
Posts: 20910
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: How to interpret GPUs.txt

Post by bruce »

The 7 is called the GPUSpecies. It categorizes the capabilities of that particular GPU so that a FAHCore knows which features can be used.

Your example of the GT215 [GT 330], the GPUSpecies is set to 0 because the device is not supported by FAH.
toTOW
Site Moderator
Posts: 6309
Joined: Sun Dec 02, 2007 10:38 am
Location: Bordeaux, France
Contact:

Re: How to interpret GPUs.txt

Post by toTOW »

Basically, you don't have to interpret the GPUs.txt file since you don't have to modify it.

If your GPU isn't recognized, you have to post a request here with the new device ID : viewforum.php?f=83
Image

Folding@Home beta tester since 2002. Folding Forum moderator since July 2008.
bruce
Posts: 20910
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: How to interpret GPUs.txt

Post by bruce »

toTOW wrote:Basically, you don't have to interpret the GPUs.txt file since you don't have to modify it.
Not only you don't have to modify it, you CANNOT modify it. Your local copy is just a cached version of what's on the server and the data will be rejected unless it matches what's on the server.
yeowmeng
Posts: 4
Joined: Mon Feb 10, 2020 9:36 pm

Re: How to interpret GPUs.txt

Post by yeowmeng »

Thanks for the help. Ok cool I posted to viewtopic.php?f=83&t=32163

The odd thing is when I call FAHControl, it seems like the GPU is supported but then gets hung and then times out.

Happy folding.
bruce
Posts: 20910
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: How to interpret GPUs.txt

Post by bruce »

FAH requires GPU hardware to support the Double Precision instruction set. FAH recognizes the GT315 as too old to support.
Post Reply