[flang-commits] [flang] [flang] Add parsing of DO CONCURRENT REDUCE clause (PR #92518)

Peter Klausler via flang-commits flang-commits at lists.llvm.org
Wed May 29 08:10:14 PDT 2024


================
@@ -2236,16 +2243,31 @@ struct ConcurrentHeader {
       t;
 };
 
+// OpenACC 3.2
----------------
klausler wrote:

Add references to DO CONCURRENT REDUCE and !$CUF KERNEL DO to the comment.

Are these also the same reduction operators as OpenMP's?  If so, the OpenMP code should use them too.

https://github.com/llvm/llvm-project/pull/92518


More information about the flang-commits mailing list