[all-commits] [llvm/llvm-project] b6c58e: [mlir] add producer fusion to structured transform...

ftynse via All-commits all-commits at lists.llvm.org
Thu Jun 9 05:31:00 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b6c58ec486891312b3373a6f580318235421d918
      https://github.com/llvm/llvm-project/commit/b6c58ec486891312b3373a6f580318235421d918
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2022-06-09 (Thu, 09 Jun 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
    M mlir/include/mlir/Dialect/Transform/IR/TransformInterfaces.h
    M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
    A mlir/test/Dialect/Linalg/transform-op-fuse.mlir

  Log Message:
  -----------
  [mlir] add producer fusion to structured transform ops

This relies on the existing TileAndFuse pattern for tensor-based structured
ops. It complements pure tiling, from which some utilities are generalized.

Depends On D127300

Reviewed By: springerm

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




More information about the All-commits mailing list