[all-commits] [llvm/llvm-project] 6d6d5d: [MLIR][Linalg] Generate the right type of load/sto...

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Sat Jul 4 02:28:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6d6d5db251e88b0c40f7a6951b51b9e4a1812c8c
      https://github.com/llvm/llvm-project/commit/6d6d5db251e88b0c40f7a6951b51b9e4a1812c8c
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2020-07-04 (Sat, 04 Jul 2020)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Loops.cpp
    M mlir/test/Dialect/Linalg/affine.mlir

  Log Message:
  -----------
  [MLIR][Linalg] Generate the right type of load/store when lowering max/min pooling ops

While lowering min/max pooling ops to loops, generate the right kind of
load/stores (std or affine) instead of always generating std
load/stores.

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




More information about the All-commits mailing list