[all-commits] [llvm/llvm-project] 624fcc: [mlir] Add `linalg.tiled_loop` op.

Alexander Belyaev via All-commits all-commits at lists.llvm.org
Thu Feb 18 04:23:40 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 624fccba87cc7cc5af523f7efb10a0d82118ecd5
      https://github.com/llvm/llvm-project/commit/624fccba87cc7cc5af523f7efb10a0d82118ecd5
  Author: Alexander Belyaev <pifon at google.com>
  Date:   2021-02-18 (Thu, 18 Feb 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
    M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
    M mlir/test/Dialect/Linalg/roundtrip.mlir

  Log Message:
  -----------
  [mlir] Add `linalg.tiled_loop` op.

`subtensor_insert` was used instead of `linalg.subtensor_yield` to make this PR
smaller. Verification will be added in a follow-up PR.

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




More information about the All-commits mailing list