]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgomp: Merge 'gomp_map_vars_openacc' into 'goacc_map_vars' [PR76739]
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 2 Mar 2023 17:36:47 +0000 (18:36 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Fri, 10 Mar 2023 13:15:59 +0000 (14:15 +0100)
commit5ea330fdc918e6731c5b706715a18470909247bf
tree1091d3d82f8a5c3661cc990fb6de2bf4b2f50790
parentb8beaa8447ed3c1637e8f93a08c0e47b5709290f
libgomp: Merge 'gomp_map_vars_openacc' into 'goacc_map_vars' [PR76739]

Upstream has 'goacc_map_vars'; merge the new 'gomp_map_vars_openacc' into it.
(Maybe the latter didn't exist yet when the former was originally added?)
No functional change.

Clean-up for og12 commit 15d0f61a7fecdc8fd12857c40879ea3730f6d99f
"Merge non-contiguous array support patches".

PR other/76739
libgomp/
* libgomp.h (goacc_map_vars): Add 'struct goacc_ncarray_info *'
formal parameter.
(gomp_map_vars_openacc): Remove.
* target.c (goacc_map_vars): Adjust.
(gomp_map_vars_openacc): Remove.
* oacc-mem.c (acc_map_data, goacc_enter_datum)
(goacc_enter_data_internal): Adjust.
* oacc-parallel.c (GOACC_parallel_keyed, GOACC_data_start):
Adjust.
libgomp/ChangeLog.omp
libgomp/libgomp.h
libgomp/oacc-mem.c
libgomp/oacc-parallel.c
libgomp/target.c