Re: [Patch] OpenMP: C/C++ parse 'omp allocate'

2020-12-09 Thread Tobias Burnus
On 08.12.20 18:56, Jakub Jelinek wrote: On Mon, Nov 23, 2020 at 03:50:33PM +0100, Tobias Burnus wrote: Given that (at least for C/C++) there is some initial support for OpenMP 5.0's allocators, it is likely that users will try it. Sadly at least the current implementation doesn't offer much ben

Re: [Patch] OpenMP: C/C++ parse 'omp allocate'

2020-12-08 Thread Jakub Jelinek via Gcc-patches
On Mon, Nov 23, 2020 at 03:50:33PM +0100, Tobias Burnus wrote: > Given that (at least for C/C++) there is some initial support for > OpenMP 5.0's allocators, it is likely that users will try it. Sadly at least the current implementation doesn't offer much benefits; I meant to add e.g. HBM support

[Patch] OpenMP: C/C++ parse 'omp allocate'

2020-11-23 Thread Tobias Burnus
Given that (at least for C/C++) there is some initial support for OpenMP 5.0's allocators, it is likely that users will try it. Also the release notes state: "the allocator routines of OpenMP 5.0, including initial|allocate| clause support in C/C++." The latter does not include the omp allocate