[PATCH] D75766: [MLIR] Add `and`, `or`, `xor`, `min`, `max` too gpu.all_reduce and the nvvm lowering

Stephan Herhut via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 10 13:41:05 PDT 2020


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2eff566b07da: [MLIR] Add `and`, `or`, `xor`, `min`, `max` too gpu.all_reduce and the nvvm… (authored by herhut).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75766/new/

https://reviews.llvm.org/D75766

Files:
  mlir/include/mlir/Dialect/GPU/GPUOps.td
  mlir/include/mlir/ExecutionEngine/RunnerUtils.h
  mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp
  mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
  mlir/lib/Dialect/GPU/Transforms/AllReduceLowering.cpp
  mlir/lib/ExecutionEngine/RunnerUtils.cpp
  mlir/test/Dialect/GPU/all-reduce-max.mlir
  mlir/test/Dialect/GPU/invalid.mlir
  mlir/test/mlir-cuda-runner/all-reduce-and.mlir
  mlir/test/mlir-cuda-runner/all-reduce-max.mlir
  mlir/test/mlir-cuda-runner/all-reduce-min.mlir
  mlir/test/mlir-cuda-runner/all-reduce-or.mlir
  mlir/test/mlir-cuda-runner/all-reduce-xor.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75766.249491.patch
Type: text/x-patch
Size: 33128 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200310/e53306f4/attachment.bin>


More information about the llvm-commits mailing list