Does PGI compiler support AMD FirePro W9100?

Hardware: 2*Intel E5-2683v3 + 128GB DRAM + 4 * AMD Firepro W9100
OS: CentOS 6.7 64 bit
AMD Driver : fglrx-15.302.2301

[root@gpu-2 acc_c2]# pgcc acc_c2.c acc_c2.o -acc -ta=radeon -Minfo
acc_c2.c:
NOTE: your trial license will expire in 14 days, 1.26 hours.
main:
55, Generating implicit copyin(a[:n])
Generating implicit copyout(r[:n])
56, Loop is parallelizable
Accelerator kernel generated
Generating Radeon code
56, #pragma acc loop gang, vector(128) /* global dim(0) local dim(0) */
pgocld-Fatal-/opt/pgi/linux86-64/16.7/bin/pgoffcl TERMINATED by signal 11
Arguments to /opt/pgi/linux86-64/16.7/bin/pgoffcl
/opt/pgi/linux86-64/16.7/bin/pgoffcl /tmp/pgocldKzhhSFWoYRJJ.bc /tmp/pgacc4cghOb9d4e3L.bin -binary -amd -tahiti -offline -amdocl -I"/opt/pgi/linux86-64/16.7/include_acc"
PGC-F-0155-Compiler failed to translate accelerator region (see -Minfo messages): Device compiler exited with error status code (acc_c2.c: 1)
PGC/x86-64 Linux 16.7-0: compilation aborted

Hi Teslalady,

The list of support OpenACC targets can be found at: PGI Compilers with OpenACC | PGI

Currently, W9100 is not supported.

  • Mat