]> git.ipfire.org Git - thirdparty/gcc.git/commit
OpenACC: Pass pre-allocated 'ptrblock' to 'goacc_noncontig_array_create_ptrblock...
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 15 Mar 2023 13:32:12 +0000 (14:32 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Mon, 3 Apr 2023 14:31:45 +0000 (16:31 +0200)
commitc58b28cb650995a41e1ab0166169799f3991bdd6
tree935944484277aa0889c58c255a5d9fee9099d693
parent165b44cd22232ba7fc16dfd457322f6c95499d01
OpenACC: Pass pre-allocated 'ptrblock' to 'goacc_noncontig_array_create_ptrblock' [PR76739]

... to simplify later changes.  No functional change.

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

PR other/76739
libgomp/
* target.c (gomp_map_vars_internal): Pass pre-allocated 'ptrblock'
to 'goacc_noncontig_array_create_ptrblock'.
* oacc-parallel.c (goacc_noncontig_array_create_ptrblock): Adjust.
* oacc-int.h (goacc_noncontig_array_create_ptrblock): Adjust.
libgomp/ChangeLog.omp
libgomp/oacc-int.h
libgomp/oacc-parallel.c
libgomp/target.c