Re: [PATCH 6/7 amdgcn] Use a single worker for OpenACC on AMD GCN

2021-06-08 Thread Thomas Schwinge
Hi! On 2019-11-12T13:29:15+, Andrew Stubbs wrote: > This patch prevents the compiler using multiple workers in a gang. Almost. The GCN back end fails to enforce this for the case of run-time variable 'num_workers': that's 'dims[GOMP_DIM_WORKER] == 0', and the current 'gcc/config/gcn/gcn.c:g

[PATCH 6/7 amdgcn] Use a single worker for OpenACC on AMD GCN

2019-11-12 Thread Andrew Stubbs
This patch prevents the compiler using multiple workers in a gang. This should be reverted when worker support is committed. I will commit this with the reset of the series. Andrew 2019-11-12 Andrew Stubbs Julian Brown gcc/ * config/gcn/gcn.c (gcn_goacc_valida