Re: [PATCH 3/4] amdgcn: Enable OpenACC worker partitioning for AMD GCN

2021-08-09 Thread Thomas Schwinge
Hi! On 2021-03-02T04:20:13-0800, Julian Brown wrote: > This patch enables worker-partitioning support via gimple rewriting for > AMD GCN. Thanks! > Older (and currently unused) parts of this support are already > present in the AMD GCN backend: those vestigial parts are enabled or > updated,

[PATCH 3/4] amdgcn: Enable OpenACC worker partitioning for AMD GCN

2021-03-02 Thread Julian Brown
This patch enables worker-partitioning support via gimple rewriting for AMD GCN. Older (and currently unused) parts of this support are already present in the AMD GCN backend: those vestigial parts are enabled or updated, as appropriate. I can probably self-approve this -- I will commit if/when