================
@@ -2001,6 +2001,9 @@ def DeclareReductionOp : OpenMP_Op<"declare_reduction",
[IsolatedFromAbove,
allocated by the initializer region. The region has an argument that
contains the value of the thread-local reduction accumulator. This
will
be executed after the reduction has completed.
+ 6. The DataPtrPtr region specifies how to access the base address of a
+ boxed-value. This is used, in particular, for GPU reductions in order
+ know where partial reduction resutls are stored in remote lanes.
----------------
bhandarkar-pranav wrote:
`sed s/resutls/results/`
Also, at the top of this numbered list there is a line that says
```
This requires two mandatory and three optional regions.
```
It should be updated to say 4 optional regions
https://github.com/llvm/llvm-project/pull/165714
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits