[all-commits] [llvm/llvm-project] a367c5: [mlir][linalg] Relax tiling constraint when there ...

Guray Ozen via All-commits all-commits at lists.llvm.org
Fri Sep 9 07:38:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a367c571412d885be453b6adce37589b1ed0e504
      https://github.com/llvm/llvm-project/commit/a367c571412d885be453b6adce37589b1ed0e504
  Author: Guray Ozen <guray.ozen at gmail.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
    M mlir/test/Dialect/Linalg/tile-to-foreach-thread.mlir

  Log Message:
  -----------
  [mlir][linalg] Relax tiling constraint when there are multiple destination operands

This revision relaxes constraint of tiling when there are multiple destination operands. It also adds a test.

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list