[PATCH] D154363: [WIP][mlir] Add an interface to decompose complex ops
Nicolas Vasilache via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 4 03:41:01 PDT 2023
nicolasvasilache added inline comments.
================
Comment at: mlir/include/mlir/Interfaces/AggregatedOpInterface.td:2
+//===- TilingInterface.td - Interface for tiling operations *- tablegen -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
----------------
chelini wrote:
> Why this interface is not part of Linalg?
+1 to moving the interface in Linalg, this is not a general concept AFAICT
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154363/new/
https://reviews.llvm.org/D154363
More information about the llvm-commits
mailing list