[all-commits] [llvm/llvm-project] 9b1132: [mlir][linalg][transform] Fix TileOp builder

Matthias Springer via All-commits all-commits at lists.llvm.org
Thu Jul 6 02:44:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b113239048a0195b7a6794b9b8a592b32e65c4e
      https://github.com/llvm/llvm-project/commit/9b113239048a0195b7a6794b9b8a592b32e65c4e
  Author: Matthias Springer <me at m-sp.org>
  Date:   2023-07-06 (Thu, 06 Jul 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
    M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp

  Log Message:
  -----------
  [mlir][linalg][transform] Fix TileOp builder

The TileOp builders did not set `scalable_sizes`, which produces invalid ops. `scalable_sizes` must contain as any booleans as there are sizes.

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




More information about the All-commits mailing list