On 02/22/2017 12:17 AM, Thomas Schwinge wrote:
> On Mon, 20 Feb 2017 20:42:59 -0800, Cesar Philippidis
> wrote:
>> --- a/gcc/omp-low.c
>> +++ b/gcc/omp-low.c
>
>> +/* Provide diagnostics on OpenACC loops LOOP, its siblings and its
>> + children. */
>> +
>> +static void
>> +inform_oacc_loop (
Hi Cesar!
On Mon, 20 Feb 2017 20:42:59 -0800, Cesar Philippidis
wrote:
> This patch introduces a new -finform-parallelism flag to report any
> detected parallelism encountered by the compiler. Initially, it's being
> used to report how oaccdevlow partitions OpenACC loops. Currently, if
> you wan