[all-commits] [llvm/llvm-project] 15f52c: [mlir][Linalg][Transform] Add support to let `tran...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Mon Mar 27 23:37:27 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 15f52c1502e6aa2f7553393d76da92b21c7cf493
      https://github.com/llvm/llvm-project/commit/15f52c1502e6aa2f7553393d76da92b21c7cf493
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2023-03-27 (Mon, 27 Mar 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
    M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
    M mlir/test/Dialect/Linalg/transform-ops-invalid.mlir
    M mlir/test/Dialect/Linalg/transform-pack-greedily.mlir

  Log Message:
  -----------
  [mlir][Linalg][Transform] Add support to let `transform.structured.pack_greedily` pad to the next multiple of a static constant

This increase the flexibility of the transformation to allow mixed packing / padding specifications.

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




More information about the All-commits mailing list