r280150 - in /trunk: include/ChangeLog include/...
tschwinge@gcc.gnu.org
tschwinge@gcc.gnu.org
Fri Jan 10 22:24:00 GMT 2020
Author: tschwinge
Date: Fri Jan 10 22:24:36 2020
New Revision: 280150
URL: https://gcc.gnu.org/viewcvs?rev=280150&root=gcc&view=rev
Log:
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.
Modified:
trunk/include/ChangeLog
trunk/include/gomp-constants.h
trunk/libgomp/ChangeLog
trunk/libgomp/libgomp-plugin.h
trunk/libgomp/libgomp.h
trunk/libgomp/oacc-host.c
trunk/libgomp/oacc-init.c
trunk/libgomp/openacc.f90
trunk/libgomp/openacc.h
trunk/libgomp/plugin/plugin-gcn.c
trunk/libgomp/plugin/plugin-hsa.c
trunk/libgomp/plugin/plugin-nvptx.c
trunk/libgomp/target.c
trunk/liboffloadmic/ChangeLog
trunk/liboffloadmic/plugin/libgomp-plugin-intelmic.cpp
More information about the Gcc-cvs
mailing list