diff options
author | Alex Zinenko <zinenko@google.com> | 2021-07-08 10:59:02 +0200 |
---|---|---|
committer | Alex Zinenko <zinenko@google.com> | 2021-07-09 17:54:20 +0200 |
commit | c282d55a38577e076b48cd7a8113e5eb0a2039cd (patch) | |
tree | 25456d469877b0d87d5d2f4e941274027cd136ab /llvm/lib/IR/Module.cpp | |
parent | d4df3825bd32277074b3859f5dea9593139147fb (diff) | |
download | llvm-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