Re: [PATCH, og9] Port OpenACC profiling interface to OG9

2019-07-26 Thread Kwok Cheung Yeung
On 24/07/2019 11:45 am, Thomas Schwinge wrote: +2017-02-28 Thomas Schwinge + + [...] + * oacc-parallel.c (GOACC_parallel_keyed_internal): Set device_api for + profiling. --- a/libgomp/oacc-parallel.c +++ b/libgomp/oacc-parallel.c @@ -275,6 +275,8 @@

Re: [PATCH, og9] Port OpenACC profiling interface to OG9

2019-07-24 Thread Thomas Schwinge
Hi Kwok! On 2019-06-24T20:37:12+0100, Kwok Cheung Yeung wrote: > On 17/06/2019 6:24 pm, Thomas Schwinge wrote: >>> Okay to push to openacc-gcc-9-branch? >> I think what would be best, is the following approach: [...] > I have now ported over the mainline patch over to OG9, plus an >

Re: [PATCH, og9] Port OpenACC profiling interface to OG9

2019-06-17 Thread Thomas Schwinge
Hi Kwok! On Mon, 17 Jun 2019 14:27:46 +0100, Kwok Cheung Yeung wrote: > This is a straightforward port of the OpenACC profiling interface from > OG8 to OG9, with a few tweaks Thanks for looking into this. > to compensate for patches that have not > been carried over to OG9. Conceptually