Re: [PATCH, OpenACC, v3] Non-contiguous array support for OpenACC data clauses

2023-03-24 Thread Thomas Schwinge
Hi! On 2023-03-15T15:47:47+0100, I wrote: > On 2019-11-26T22:49:21+0800, Chung-Lin Tang wrote: >> this is a reorg of the last non-contiguous arrays patch. > > (Sorry, this is still not the master branch integration email...) > > > I noticed the following while working on something else: > >> ---

Re: [PATCH, OpenACC, v3] Non-contiguous array support for OpenACC data clauses

2023-03-15 Thread Thomas Schwinge
Hi Chung-Lin! On 2019-11-26T22:49:21+0800, Chung-Lin Tang wrote: > this is a reorg of the last non-contiguous arrays patch. (Sorry, this is still not the master branch integration email...) I noticed the following while working on something else: > --- libgomp/oacc-parallel.c (revision 2786

Re: [PATCH, OpenACC, v3] Non-contiguous array support for OpenACC data clauses

2023-03-10 Thread Thomas Schwinge
Hi! On 2019-11-26T22:49:21+0800, Chung-Lin Tang wrote: > this is a reorg of the last non-contiguous arrays patch. (Sorry, this is still not the master branch integration email...) Just a small clean-up, to simplify other changes that I'm working on: > (4) Along the way, I've added a 'gomp_map

(v4 update) Re: [PATCH, OpenACC, v3] Non-contiguous array support for OpenACC data clauses

2020-04-07 Thread Chung-Lin Tang
On 2019/11/26 10:49 PM, Chung-Lin Tang wrote: Hi Thomas, this is a reorg of the last non-contiguous arrays patch. You'll notice that: (1) A large part of the code has been pulled into oacc-parallel.c, with most of the data structure declarations in oacc-int.h. (2) target.c only contains relativ