Re: [patch,opencc] Don't mark OpenACC auto loops as independent inside acc parallel regions

2018-12-03 Thread Julian Brown
On Thu, 20 Sep 2018 09:49:43 -0700 Cesar Philippidis wrote: > OpenACC as a concept of loop independence, in which independent loops > may be executed in parallel across gangs, workers and vectors. Inside > acc parallel regions, if a loop isn't explicitly marked seq or auto, > it is predetermined

[patch,opencc] Don't mark OpenACC auto loops as independent inside acc parallel regions

2018-09-20 Thread Cesar Philippidis
OpenACC as a concept of loop independence, in which independent loops may be executed in parallel across gangs, workers and vectors. Inside acc parallel regions, if a loop isn't explicitly marked seq or auto, it is predetermined to be independent. This patch corrects a bug where acc loops marked a