[all-commits] [llvm/llvm-project] 69bcff: [mlir][linalg] Pad independent of application orde...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Sun Dec 5 23:36:43 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 69bcff46bff34838c91880ecaa6616bb6979cd23
      https://github.com/llvm/llvm-project/commit/69bcff46bff34838c91880ecaa6616bb6979cd23
  Author: gysit <gysit at google.com>
  Date:   2021-12-06 (Mon, 06 Dec 2021)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/LinalgStrategyPasses.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp

  Log Message:
  -----------
  [mlir][linalg] Pad independent of application order (NFC).

This revision makes the padding pattern independent of the application order. It addresses the concern that we cannot rely on the execution order of the greedy rewriter (https://reviews.llvm.org/D114689). Instead, the pattern is updated to apply repeatedly till all operations are padded.

Reviewed By: mehdi_amini

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




More information about the All-commits mailing list