is Openacc in PGI visual Fortran only support Tesla GPU?

I’m trying to using openacc in pvf with a GTX 750Ti, however -ta only has the Tesla option. When I complie it and run, the error comes out: No Nvidia/Cuda version of this construct available for the current device.
There is no problem when I run pgaccelinfo.

The version is 15.3. when I compile the code, only “Generating Tesla code”, never appear something like
“Generating compute capability 1.0 binary
Generating compute capability 2.0 binary
Generating compute capability 3.0 binary”.
I don’t know why.

Hi littleeagle,

PGI officially supports the Telsa line of Nvidia accelerators. In some cases when the Geforce product line shares the same architecture as a Tesla product, then PGI compiled code will work. However the Maxwell architecture which is used in a GTX 750ti does not currently have a Tesla equivalent product.

Best Regards,
Mat

got it. Thanks very much.

Another question: does this mean Cuda fortran also can’t run on GTX 750Ti currently?

Does this mean Cuda fortran also can’t run on GTX 750Ti currently?

Correct. Cuda Fortran is not currently supported on Maxwell.