Re: [PATCH] [og10] OpenACC: Turn off worker partitioning if num_workers==1

2021-09-17 Thread Thomas Schwinge
Hi! On 2020-06-29T13:16:51-0700, Julian Brown wrote: > This patch turns off the middle-end worker-partitioning support if the > number of workers for an outlined offload function is one. In that case, > we do not need to perform the broadcasting/neutering code transformation. ACK, thanks. >

[PATCH] [og10] OpenACC: Turn off worker partitioning if num_workers==1

2020-06-29 Thread Julian Brown
This patch turns off the middle-end worker-partitioning support if the number of workers for an outlined offload function is one. In that case, we do not need to perform the broadcasting/neutering code transformation. OK for og10 branch? Julian ChangeLog gcc/ * omp-offload.c