[PATCH] D119141: The device expression must evaluate to a non-negative integer value.
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 12 03:17:08 PST 2022
clementval accepted this revision.
clementval added a comment.
This revision is now accepted and ready to land.
LGTM. Just move the valid test into the correct file.
================
Comment at: flang/test/Semantics/omp-device-constructs.f90:138
+
+ !$omp target enter data map(alloc:A) device(0)
+ !$omp target exit data map(delete:A) device(0)
----------------
Please move the valid test into this file instead. https://github.com/llvm/llvm-project/blob/main/flang/test/Semantics/omp-clause-validity01.f90
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119141/new/
https://reviews.llvm.org/D119141
More information about the llvm-commits
mailing list