]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add OpenACC 2.6 `acc_get_property' support: restore Intel MIC offloading
authorThomas Schwinge <thomas@codesourcery.com>
Tue, 8 Jan 2019 14:21:35 +0000 (15:21 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Tue, 3 Mar 2020 11:17:18 +0000 (12:17 +0100)
commit0f628705a3627299c255d605d6b38d2b7f2157a3
tree546250bf7895ac0f1c14d879d2094242cb4d361c
parent7464b711af2667697b98e7d25890e62f13d68a25
Add OpenACC 2.6 `acc_get_property' support: restore Intel MIC offloading

The "OpenACC 2.6 `acc_get_property' support" changes regressed the relevant
libgomp OpenMP execution test cases to no longer consider Intel MIC offloading
because of:

    libgomp: while loading libgomp-plugin-intelmic.so.1: [...]/libgomp-plugin-intelmic.so.1: undefined symbol: GOMP_OFFLOAD_get_property

liboffloadmic/
* plugin/libgomp-plugin-intelmic.cpp (GOMP_OFFLOAD_get_property):
New function.

(cherry picked from openacc-gcc-9-branch commit
1fa609ba73e9990ae7a65b083047f0ee219167b3)
liboffloadmic/ChangeLog.omp
liboffloadmic/plugin/libgomp-plugin-intelmic.cpp