[OpenACC] XFAIL behavior of over-eager 'finalize' clause (was: [PATCH 00/13] OpenACC 2.6 manual deep copy support)

2020-06-04 Thread Thomas Schwinge
Hi! On 2019-12-17T22:02:25-0800, Julian Brown wrote: > This patch series provides support for OpenACC 2.6's manual deep copy > (attach/detach) feature. As I should find, there is a problem with the OpenACC 'finalize' clause: unmapping stuff it isn't supposed to (to be fixed later on), which can

Re: [PATCH 00/13] OpenACC 2.6 manual deep copy support

2019-12-19 Thread Julian Brown
On Wed, 18 Dec 2019 18:44:04 +0100 Thomas Schwinge wrote: > Hi! > > On 2019-12-17T22:02:25-0800, Julian Brown > wrote: > > This patch series provides support for OpenACC 2.6's manual deep > > copy (attach/detach) feature. > > Thanks. > > > There is high pressure to get this functionality i

Re: [PATCH 00/13] OpenACC 2.6 manual deep copy support

2019-12-18 Thread Thomas Schwinge
Hi! On 2019-12-17T22:02:25-0800, Julian Brown wrote: > This patch series provides support for OpenACC 2.6's manual deep copy > (attach/detach) feature. Thanks. There is high pressure to get this functionality into GCC 10, but remaining time is short, given upcoming winter holidays, and GCC dev

[PATCH 00/13] OpenACC 2.6 manual deep copy support

2019-12-17 Thread Julian Brown
Hi, This patch series provides support for OpenACC 2.6's manual deep copy (attach/detach) feature. Many of these patches have been submitted previously, but this series has been rebased and the large deep-copy part proper has been split into several pieces for ease of review. Tested with offloadi