Hi Chung-Lin!
On Mon, 13 Feb 2017 18:13:42 +0800, Chung-Lin Tang
wrote:
> This patch adds:
>
> // New functions to set/get the current default async queue
> void acc_set_default_async (int);
> int acc_get_default_async (void);
>
> and _async versions of a few existing API functions:
(Please,
Hi!
On Tue, 14 Feb 2017 19:58:11 +0800, Chung-Lin Tang
wrote:
> On 2017/2/14 07:25 PM, Thomas Schwinge wrote:
> > Testing [...], I saw a lot of regressions,
> > and in r245427 just committed [...] to address
> > these. Did you simply forget to commit your changes to
> > libgomp/libgomp.map, or
On 2017/2/14 07:25 PM, Thomas Schwinge wrote:
> Hi Chung-Lin!
>
> On Mon, 13 Feb 2017 18:13:42 +0800, Chung-Lin Tang
> wrote:
>> Tested and committed to gomp-4_0-branch.
>
> Thanks! (Not yet reviewed.) Testing this, I saw a lot of regressions,
> and in r245427 just committed the following to
Hi Chung-Lin!
On Mon, 13 Feb 2017 18:13:42 +0800, Chung-Lin Tang
wrote:
> Tested and committed to gomp-4_0-branch.
Thanks! (Not yet reviewed.) Testing this, I saw a lot of regressions,
and in r245427 just committed the following to gomp-4_0-branch to address
OCthese. Did you simply forget to
This patch adds:
// New functions to set/get the current default async queue
void acc_set_default_async (int);
int acc_get_default_async (void);
and _async versions of a few existing API functions:
void acc_copyin_async (void *, size_t, int);
void acc_create_async (void *, size_t, int);
void acc