]> git.ipfire.org Git - thirdparty/gcc.git/commit
OpenACC 'acc_get_property' cleanup
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 10 Jan 2020 22:24:36 +0000 (23:24 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Fri, 10 Jan 2020 22:24:36 +0000 (23:24 +0100)
commit6fc0385c0ce39470e137eab27dee8955b3f98258
tree0a95a071bafad5393c048a74bec3cdb005499f3d
parentb3b75e664a619dae98571a0b3ac8034f5fa7c2be
OpenACC 'acc_get_property' cleanup

include/
* gomp-constants.h (enum gomp_device_property): Remove.
libgomp/
* libgomp-plugin.h (enum goacc_property): New.  Adjust all users
to use this instead of 'enum gomp_device_property'.
(GOMP_OFFLOAD_get_property): Rename to...
(GOMP_OFFLOAD_openacc_get_property): ... this.  Adjust all users.
* libgomp.h (struct gomp_device_descr): Move
'GOMP_OFFLOAD_openacc_get_property'...
(struct acc_dispatch_t): ... here.  Adjust all users.
* plugin/plugin-hsa.c (GOMP_OFFLOAD_get_property): Remove.
liboffloadmic/
* plugin/libgomp-plugin-intelmic.cpp (GOMP_OFFLOAD_get_property):
Remove.

From-SVN: r280150
15 files changed:
include/ChangeLog
include/gomp-constants.h
libgomp/ChangeLog
libgomp/libgomp-plugin.h
libgomp/libgomp.h
libgomp/oacc-host.c
libgomp/oacc-init.c
libgomp/openacc.f90
libgomp/openacc.h
libgomp/plugin/plugin-gcn.c
libgomp/plugin/plugin-hsa.c
libgomp/plugin/plugin-nvptx.c
libgomp/target.c
liboffloadmic/ChangeLog
liboffloadmic/plugin/libgomp-plugin-intelmic.cpp