aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/Module.cpp
diff options
context:
space:
mode:
authorAlex Zinenko <zinenko@google.com>2021-07-08 10:59:02 +0200
committerAlex Zinenko <zinenko@google.com>2021-07-09 17:54:20 +0200
commitc282d55a38577e076b48cd7a8113e5eb0a2039cd (patch)
tree25456d469877b0d87d5d2f4e941274027cd136ab /llvm/lib/IR/Module.cpp
parentd4df3825bd32277074b3859f5dea9593139147fb (diff)
downloadllvm-c282d55a38577e076b48cd7a8113e5eb0a2039cd.zip
llvm-c282d55a38577e076b48cd7a8113e5eb0a2039cd.tar.gz
llvm-c282d55a38577e076b48cd7a8113e5eb0a2039cd.tar.bz2
[mlir] add support for reductions in OpenMP WsLoopOp
Use a modeling similar to SCF ParallelOp to support arbitrary parallel reductions. The two main differences are: (1) reductions are named and declared beforehand similarly to functions using a special op that provides the neutral element, the reduction code and optionally the atomic reduction code; (2) reductions go through memory instead because this is closer to the OpenMP semantics. See https://llvm.discourse.group/t/rfc-openmp-reduction-support/3367. Reviewed By: kiranchandramohan Differential Revision: https://reviews.llvm.org/D105358
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions