llvm-project/mlir/test/mlir-cuda-runner
Valentin Clement c7380995f8 [MLIR] Add `and`, `or`, `xor`, `min`, `max` too gpu.all_reduce and the nvvm lowering
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
2020-03-11 14:07:04 +01:00
..
all-reduce-and.mlir [MLIR] Add `and`, `or`, `xor`, `min`, `max` too gpu.all_reduce and the nvvm lowering 2020-03-11 14:07:04 +01:00
all-reduce-max.mlir [MLIR] Add `and`, `or`, `xor`, `min`, `max` too gpu.all_reduce and the nvvm lowering 2020-03-11 14:07:04 +01:00
all-reduce-min.mlir [MLIR] Add `and`, `or`, `xor`, `min`, `max` too gpu.all_reduce and the nvvm lowering 2020-03-11 14:07:04 +01:00
all-reduce-op.mlir [MLIR] Make gpu.launch implicitly capture uses of values defined above. 2020-02-03 10:08:48 +01:00
all-reduce-or.mlir [MLIR] Add `and`, `or`, `xor`, `min`, `max` too gpu.all_reduce and the nvvm lowering 2020-03-11 14:07:04 +01:00
all-reduce-region.mlir [MLIR] Make gpu.launch implicitly capture uses of values defined above. 2020-02-03 10:08:48 +01:00
all-reduce-xor.mlir [MLIR] Add `and`, `or`, `xor`, `min`, `max` too gpu.all_reduce and the nvvm lowering 2020-03-11 14:07:04 +01:00
gpu-to-cubin.mlir [mlir] use unpacked memref descriptors at function boundaries 2020-02-10 15:03:43 +01:00
lit.local.cfg Add an mlir-cuda-runner tool. 2019-07-04 07:53:54 -07:00
shuffle.mlir [MLIR] Make gpu.launch implicitly capture uses of values defined above. 2020-02-03 10:08:48 +01:00