[all-commits] [llvm/llvm-project] 854279: Relax requirements for TileOp.

Johannes Reifferscheid via All-commits all-commits at lists.llvm.org
Tue Jan 24 06:17:09 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 85427941e7e1790aca1aa6c7c3876f9b7571e30d
      https://github.com/llvm/llvm-project/commit/85427941e7e1790aca1aa6c7c3876f9b7571e30d
  Author: Johannes Reifferscheid <jreiffers at google.com>
  Date:   2023-01-24 (Tue, 24 Jan 2023)

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

  Log Message:
  -----------
  Relax requirements for TileOp.

The op doesn't need to be a LinalgOp, implementing TilingInterface and
DestinationStyleOpInterace is sufficient.

Reviewed By: nicolasvasilache, ftynse

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




More information about the All-commits mailing list