[PATCH] D90771: [flang][openacc] Add parsing tests and semantic check for set directive

sameeran joshi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 10:18:23 PST 2020


sameeranjoshi accepted this revision.
sameeranjoshi added inline comments.
This revision is now accepted and ready to land.


================
Comment at: flang/test/Semantics/acc-clause-validity.f90:70
+  !$acc set device_type(2, i, j)
+
   !ERROR: At least one of ATTACH, COPYIN, CREATE clause must appear on the ENTER DATA directive
----------------
`nit:` - Maybe a couple of tests with combinations of `default_async`, `device_num`,  `device_type`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90771/new/

https://reviews.llvm.org/D90771



More information about the llvm-commits mailing list