https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93074
Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |frederik at gcc dot gnu.org,
| |tschwinge at gcc dot gnu.org
--- Comment #4 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
For Frederik (CCed): this is the GCC configuration where libgomp doesn't
compile/link against a CUDA Driver installation, but instead uses its own stub
header file ('libgomp/plugin/cuda/cuda.h') and then 'dlopen's 'libcuda.so', and
the former needs to be updated per the new interfaces you're using in r279710
"Add OpenACC 2.6 `acc_get_property' support".