[Bug c/64747] OpenACC: Rejects "gang()" in acc loop/kernels
burnus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jan 23 13:20:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64747
--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> ---
If compiling the Fortran version, it shows:
!$acc kernels loop gang(32), vector(16)
1
Error: Clause GANG conflicts with VECTOR at (1)
Possibly, that's the reason for the (oddly worded) C error message. Given that
PGI supports it, one should re-check whether it is permitted or not. If it is
permitted, also the Fortran FE should be modified.
More information about the Gcc-bugs
mailing list