Q Which accelerators can be targeted by PGI Accelerator compilers?
A PGI Accelerator compilers target all CUDA-enabled NVIDIA GPU accelerators with compute capability 1.2 or higher. PGI is studying the feasibility of supporting other accelerators.
from the PGI Accelerator Compilers page.
In practice, doesn’t this mean that only the following are supported?
- Quado Plex 2200 D2
- Tesla S1070
- Tesla C1060
- Quadro FX 5800
- Quadro FX 4800
- Quadro CX
- GeForce GTX 295
- GeForce GTX 285
- GeForce GTX 280
- GeForce GTX 275
- GeForce GTX 260
Also, there are no GPUs that support v. 1.2, just 1.0, 1.1 or 1.3.
The compute capability of Nvidia’s cards is not easily found, I had to go digging to generate the above list.