[all-commits] [llvm/llvm-project] be75cf: [mlir][tensor] Fix a bug in tiling unpack op.

Han-Chung Wang via All-commits all-commits at lists.llvm.org
Wed Feb 15 10:26:06 PST 2023


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

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

  Log Message:
  -----------
  [mlir][tensor] Fix a bug in tiling unpack op.

The inner tiling sizes could be dynamic (which are Values). In this
context, they should be added to tiledOperand when cloning the op.

Reviewed By: chelini

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




More information about the All-commits mailing list