Re: OpenACC Profiling Interface: 'acc_register_library' (was: OpenACC 2.5 Profiling Interface)

2019-05-16 Thread Jakub Jelinek
On Thu, May 16, 2019 at 05:21:56PM +0200, Thomas Schwinge wrote: > > Jakub, would you please especially review the non-OpenACC-specific > > changes here, including the libgomp ABI changes? > > Given a baseline that I've not yet posted ;-) would you please anyway > have a look at the following

OpenACC Profiling Interface: 'acc_register_library' (was: OpenACC 2.5 Profiling Interface)

2019-05-16 Thread Thomas Schwinge
Hi Jakub! On Sun, 11 Nov 2018 22:31:42 -0600, I wrote: > On Tue, 28 Feb 2017 18:43:36 +0100, I wrote: > > The 2.5 versions of the OpenACC standard added a new chapter "Profiling > > Interface". > > I'd like to get that into trunk. It's not yet complete (that is, doesn't > provide all the

Re: OpenACC 2.5 Profiling Interface

2019-05-15 Thread Thomas Schwinge
Hi Jakub! On Tue, 4 Dec 2018 14:13:49 +0100, Jakub Jelinek wrote: > On Sun, Nov 11, 2018 at 10:31:42PM -0600, Thomas Schwinge wrote: > > On Tue, 28 Feb 2017 18:43:36 +0100, I wrote: > > > The 2.5 versions of the OpenACC standard added a new chapter "Profiling > > > Interface". > > > > I'd like

Re: OpenACC 2.5 Profiling Interface

2018-12-04 Thread Jakub Jelinek
On Sun, Nov 11, 2018 at 10:31:42PM -0600, Thomas Schwinge wrote: > On Tue, 28 Feb 2017 18:43:36 +0100, I wrote: > > The 2.5 versions of the OpenACC standard added a new chapter "Profiling > > Interface". > > I'd like to get that into trunk. It's not yet complete (that is, doesn't > provide all

Documentation changes for OpenACC 2.5 Profiling Interface (was: More OpenACC 2.5 Profiling Interface)

2017-05-15 Thread Thomas Schwinge
ch. I plan to continue working on this, but wanted to > > synchronize at this point. > > > > commit b22a85fe7f3daeb48460e7aa28606d0cdb799f69 > > Author: tschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4> > > Date: Tue Feb 28 17:36:03 2017 + > > > &

More OpenACC 2.5 Profiling Interface (was: OpenACC 2.5 Profiling Interface (incomplete))

2017-05-15 Thread Thomas Schwinge
his point. > > commit b22a85fe7f3daeb48460e7aa28606d0cdb799f69 > Author: tschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4> > Date: Tue Feb 28 17:36:03 2017 + > > OpenACC 2.5 Profiling Interface (incomplete) Committed to gomp-4_0-branch in r248042: commit e

OpenACC 2.5 Profiling Interface (incomplete)

2017-02-28 Thread Thomas Schwinge
tschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Tue Feb 28 17:36:03 2017 +0000 OpenACC 2.5 Profiling Interface (incomplete) libgomp/ * acc_prof.h: New file. * oacc-profiling-acc_register_library.c: Likewise. *