Hi Richard,
Richard Biener writes:
> On Thu, Nov 12, 2020 at 11:11 AM Frederik Harwath
> wrote:
>>
>> This patch enables the use of Graphite for the analysis of OpenACC
>> "auto" loops. [...]
>> Furthermore, Graphite is extended by functionality that extends
>> its applicability to real-world
On Thu, Nov 12, 2020 at 11:11 AM Frederik Harwath
wrote:
>
>
> This patch enables the use of Graphite for the analysis of OpenACC
> "auto" loops. The goal is to decide if a loop may be parallelized
> (i.e. converted to an "independent" loop) or not. Graphite and the
> functionality on which it re
This patch enables the use of Graphite for the analysis of OpenACC
"auto" loops. The goal is to decide if a loop may be parallelized
(i.e. converted to an "independent" loop) or not. Graphite and the
functionality on which it relies (scalar evolution, data references) are
extended to interpret t