[flang-commits] [flang] [flang][OpenMP] Make all block constructs share the same structure (PR #150956)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Thu Jul 31 09:59:24 PDT 2025


================
@@ -130,8 +130,7 @@ subroutine dotprod (b, c, n, block_size, num_teams, block_threads)
  !REF: /dotprod/sum
  sum = 0.0e0
 !$omp target  map(to:b,c)  map(tofrom:sum)
-!$omp teams  num_teams(num_teams) thread_limit(block_threads) reduction(+: sum&
-!$OMP&)
----------------
tblah wrote:

Why did this change?

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


More information about the flang-commits mailing list