forked from OSchip/llvm-project
![]() Summary: This patch add some builtin operation for the gpu.all_reduce ops. - for Integer only: `and`, `or`, `xor` - for Float and Integer: `min`, `max` This is useful for higher level dialect like OpenACC or OpenMP that can lower to the GPU dialect. Differential Revision: https://reviews.llvm.org/D75766 |
||
---|---|---|
.. | ||
all-reduce-and.mlir | ||
all-reduce-max.mlir | ||
all-reduce-min.mlir | ||
all-reduce-op.mlir | ||
all-reduce-or.mlir | ||
all-reduce-region.mlir | ||
all-reduce-xor.mlir | ||
gpu-to-cubin.mlir | ||
lit.local.cfg | ||
shuffle.mlir |