[all-commits] [llvm/llvm-project] ad3ecc: [mlir][gpu] NFC: Make room for more than one GPU r...

Christian Sigg via All-commits all-commits at lists.llvm.org
Sun Oct 18 22:53:09 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ad3ecc24b1db56f87f89b9fd52eb1ad531056894
      https://github.com/llvm/llvm-project/commit/ad3ecc24b1db56f87f89b9fd52eb1ad531056894
  Author: Christian Sigg <csigg at google.com>
  Date:   2020-10-19 (Mon, 19 Oct 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/GPU/Passes.h
    M mlir/lib/Dialect/GPU/Transforms/AllReduceLowering.cpp
    M mlir/test/Dialect/GPU/all-reduce-max.mlir
    M mlir/test/Dialect/GPU/all-reduce.mlir
    M mlir/test/lib/Transforms/CMakeLists.txt
    R mlir/test/lib/Transforms/TestAllReduceLowering.cpp
    A mlir/test/lib/Transforms/TestGpuRewrite.cpp

  Log Message:
  -----------
  [mlir][gpu] NFC: Make room for more than one GPU rewrite pattern.

AllReduceLowering is currently the only GPU rewrite pattern, but more are coming. This is a preparation change.

Reviewed By: herhut

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




More information about the All-commits mailing list