Re: [patch, libgomp, OpenACC] Additional enter/exit data map handling

2016-12-06 Thread Chung-Lin Tang
Ping. On 2016/11/3 10:22 PM, Chung-Lin Tang wrote: > > Ping this patch again. > > On 2016/9/21 12:43 AM, Cesar Philippidis wrote: >>> +/* Returns the number of mappings associated with the pointer or pset. PSET + have three mappings, whereas pointer have two. */ + static int

Re: [patch, libgomp, OpenACC] Additional enter/exit data map handling

2016-11-03 Thread Chung-Lin Tang
Ping this patch again. On 2016/9/21 12:43 AM, Cesar Philippidis wrote: >> +/* Returns the number of mappings associated with the pointer or pset. PSET >> > + have three mappings, whereas pointer have two. */ >> > + >> > static int >> > -find_pset (int pos, size_t mapnum, unsigned short

Re: [patch, libgomp, OpenACC] Additional enter/exit data map handling

2016-09-20 Thread Cesar Philippidis
On 08/29/2016 12:46 AM, Chung-Lin Tang wrote: > Index: oacc-parallel.c > === > --- oacc-parallel.c (revision 239814) > +++ oacc-parallel.c (working copy) > @@ -38,15 +38,23 @@ > #include > #include > > +/* Returns the

Re: [patch, libgomp, OpenACC] Additional enter/exit data map handling

2016-09-18 Thread Chung-Lin Tang
Ping. On 2016/9/6 7:45 PM, Chung-Lin Tang wrote: > Ping. > > On 2016/8/29 03:46 PM, Chung-Lin Tang wrote: >> Hi Jakub, >> this patch is a port of some changes from gomp-4_0-branch, >> including adding additional map type handling in OpenACC enter/exit data >> directives, and some pointer set

Re: [patch, libgomp, OpenACC] Additional enter/exit data map handling

2016-09-08 Thread Thomas Schwinge
Hi! On Thu, 8 Sep 2016 19:18:30 +0800, Chung-Lin Tang wrote: > On 2016/9/6 8:11 PM, Thomas Schwinge wrote: > > On Mon, 29 Aug 2016 15:46:47 +0800, Chung-Lin Tang > > wrote: > >> this patch is a port of some changes from gomp-4_0-branch, > >>

Re: [patch, libgomp, OpenACC] Additional enter/exit data map handling

2016-09-08 Thread Chung-Lin Tang
On 2016/9/6 8:11 PM, Thomas Schwinge wrote: > Hi! > > On Mon, 29 Aug 2016 15:46:47 +0800, Chung-Lin Tang > wrote: >> this patch is a port of some changes from gomp-4_0-branch, >> including adding additional map type handling in OpenACC enter/exit data >> directives, and

Re: [patch, libgomp, OpenACC] Additional enter/exit data map handling

2016-09-06 Thread Thomas Schwinge
Hi! On Mon, 29 Aug 2016 15:46:47 +0800, Chung-Lin Tang wrote: > this patch is a port of some changes from gomp-4_0-branch, > including adding additional map type handling in OpenACC enter/exit data > directives, and some pointer set handling changes. Updated > testsuite

Re: [patch, libgomp, OpenACC] Additional enter/exit data map handling

2016-09-06 Thread Chung-Lin Tang
Ping. On 2016/8/29 03:46 PM, Chung-Lin Tang wrote: > Hi Jakub, > this patch is a port of some changes from gomp-4_0-branch, > including adding additional map type handling in OpenACC enter/exit data > directives, and some pointer set handling changes. Updated > testsuite case are also included. >

[patch, libgomp, OpenACC] Additional enter/exit data map handling

2016-08-29 Thread Chung-Lin Tang
Hi Jakub, this patch is a port of some changes from gomp-4_0-branch, including adding additional map type handling in OpenACC enter/exit data directives, and some pointer set handling changes. Updated testsuite case are also included. Tested on trunk to ensure no regressions, is this okay for