diff options
author | Alex Zinenko <zinenko@google.com> | 2022-07-26 10:42:17 +0000 |
---|---|---|
committer | Alex Zinenko <zinenko@google.com> | 2022-07-27 08:52:08 +0000 |
commit | 08a1b07e7c19d14896f8be501c763ba8aff5b427 (patch) | |
tree | 96de1b6d7f5b9fe8ffa6bc873301351e3a88eeb0 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 79ff02a1220518b0f98a1ed403f81c26376c76a9 (diff) | |
download | llvm-08a1b07e7c19d14896f8be501c763ba8aff5b427.zip llvm-08a1b07e7c19d14896f8be501c763ba8aff5b427.tar.gz llvm-08a1b07e7c19d14896f8be501c763ba8aff5b427.tar.bz2 |
[mlir] Partially port splitting transform to TilingInterface
The structured op splitting transformation is conceptually similar to
tiling in the sense that it decomposes the iteration space of the
original op into several parts. Therefore, it is possible to implement
it using the TilingInterface to operate on iteration spaces and their
parts. However, the implementation also requires to pass updated input
operands, which is not supported by the interface, so the implementation
currently remains Linalg-specific.
Reviewed By: mravishankar
Differential Revision: https://reviews.llvm.org/D129564
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions