https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90417

            Bug ID: 90417
           Summary: OpenACC 'loop' construct's implicit/explicit 'auto'
                    vs. 'independent' clauses
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Keywords: openacc
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tschwinge at gcc dot gnu.org
  Target Milestone: ---

There is some confusion in GCC as well as also in the OpenACC specifiaction
about OpenACC 'loop' constructs' implicit/explicit 'auto' vs. 'independent'
clauses, depending on what the parent compute construct is, or if an orphaned
'loop' construct, and, whether a 'gang', 'worker', 'vector' clause is allowed
together with an 'auto' clause, and whether that then implies 'independent' or
doesn't.  Etc.  This is currently getting clarified by the OpenACC technical
committee.

Reply via email to