Revert "[MLIR] Add `and`, `or`, `xor`, `min`, `max` too gpu.all_reduce and the nvvm...
authorStephan Herhut <herhut@google.com>
Wed, 11 Mar 2020 13:03:03 +0000 (14:03 +0100)
committerStephan Herhut <herhut@google.com>
Wed, 11 Mar 2020 13:07:04 +0000 (14:07 +0100)
commitf6790a1c63598e9e55608d60d0f4c0a1b1be8ae9
tree423ec9bc4d2861f28376d742493f85bafa86ca15
parent1fb9c29833ab88c4a3d6fda9911117839754d998
Revert "[MLIR] Add `and`, `or`, `xor`, `min`, `max` too gpu.all_reduce and the nvvm lowering"

Attribution to original author got lost.
13 files changed:
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 [deleted file]
mlir/test/Dialect/GPU/invalid.mlir
mlir/test/mlir-cuda-runner/all-reduce-and.mlir [deleted file]
mlir/test/mlir-cuda-runner/all-reduce-max.mlir [deleted file]
mlir/test/mlir-cuda-runner/all-reduce-min.mlir [deleted file]
mlir/test/mlir-cuda-runner/all-reduce-or.mlir [deleted file]
mlir/test/mlir-cuda-runner/all-reduce-xor.mlir [deleted file]