Hi, Thomas!
Likewise, if you have any comments on my patch series for »initial support for OpenACC data clauses«, I'd like to hear them.
Sure:
+      else if (!strcmp ("present_or_copy", p))
+        result = PRAGMA_OMP_CLAUSE_PRESENT_OR_COPY;
+      else if (!strcmp ("present_or_copyin", p))
+        result = PRAGMA_OMP_CLAUSE_PRESENT_OR_COPYIN;
+      else if (!strcmp ("present_or_copyout", p))
+        result = PRAGMA_OMP_CLAUSE_PRESENT_OR_COPYOUT;
+      else if (!strcmp ("present_or_create", p))
+        result = PRAGMA_OMP_CLAUSE_PRESENT_OR_CREATE;
For these "combined" clauses the specification specifies short names: pcopy, pcopyin, pcopyout and pcreate (see 2.6.5.9 - 2.6.5.12 of OpenACC 2.0).

And otherwise, as you state that you'd base your work on this, it probably makes sense if I commit my patches soon? (I now also have to rebase my patches onto the updated gomp-4_0-branch.)
Yes, it would be great!

--
Ilmir.

Reply via email to