[all-commits] [llvm/llvm-project] 8b2eb7: [mlir] Add in-dialect lowering of gpu.all_reduce.

Christian Sigg via All-commits all-commits at lists.llvm.org
Mon Jan 20 04:43:52 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8b2eb7c494b296deb1792eed75bb56024bbf1e2b
      https://github.com/llvm/llvm-project/commit/8b2eb7c494b296deb1792eed75bb56024bbf1e2b
  Author: Christian Sigg <csigg at google.com>
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/GPU/GPUOps.td
    M mlir/include/mlir/Dialect/GPU/Passes.h
    M mlir/include/mlir/IR/Block.h
    M mlir/lib/Dialect/GPU/CMakeLists.txt
    A mlir/lib/Dialect/GPU/Transforms/AllReduceLowering.cpp
    M mlir/lib/IR/Block.cpp
    A mlir/test/Dialect/GPU/all-reduce.mlir
    M mlir/test/lib/Transforms/CMakeLists.txt
    A mlir/test/lib/Transforms/TestAllReduceLowering.cpp

  Log Message:
  -----------
  [mlir] Add in-dialect lowering of gpu.all_reduce.

Reviewers: ftynse, nicolasvasilache, herhut

Reviewed By: ftynse, herhut

Subscribers: liufengdb, aartbik, herhut, merge_guards_bot, mgorny, mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D72129




More information about the All-commits mailing list