Hello Jakub,
On Tue, Jul 14, 2020 at 6:07 AM Jakub Jelinek wrote:
> On Sat, Jul 11, 2020 at 06:05:36PM -0400, y2s1982 wrote:
> > 2020-07-11 Tony Sim
> >
> > libgomp/ChangeLog:
> >
> > * libgompd.h (ompd_thread_handle_t): Add.
> > (ompd_parallel_handle_t): Add.
> > (ompd_tas
On Sat, Jul 11, 2020 at 06:05:36PM -0400, y2s1982 wrote:
> 2020-07-11 Tony Sim
>
> libgomp/ChangeLog:
>
> * libgompd.h (ompd_thread_handle_t): Add.
> (ompd_parallel_handle_t): Add.
> (ompd_task_handle_t): Add.
> * ompd-parallel.c: New file.
So you add a new file, but d
This patch adds function definition described in the section 5.5.6 of
the OpenMP API Specificiation 5.0. It also partially defines some of the
handler data types related to the section.
2020-07-11 Tony Sim
libgomp/ChangeLog:
* libgompd.h (ompd_thread_handle_t): Add.
(ompd_para