[all-commits] [llvm/llvm-project] 5fa993: [mlir][tensor] Do not use affine ops on non-perfec...

Han-Chung Wang via All-commits all-commits at lists.llvm.org
Fri Feb 17 11:08:22 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5fa9933c13e7f43f176d849e7b42d677b97779e2
      https://github.com/llvm/llvm-project/commit/5fa9933c13e7f43f176d849e7b42d677b97779e2
  Author: Hanhan Wang <hanchung at google.com>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M mlir/lib/Dialect/Tensor/IR/TensorTilingInterfaceImpl.cpp
    M mlir/test/Dialect/Tensor/tiling.mlir

  Log Message:
  -----------
  [mlir][tensor] Do not use affine ops on non-perfect-tiling unpack cases.

Do not create an Affine ops for expanded size because the affine op is
too complicated which would hit an assertion in affine ops
simplification.

Reviewed By: mravishankar

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




More information about the All-commits mailing list