diff options
author | MaheshRavishankar <ravishankarm@google.com> | 2021-12-20 09:34:41 -0800 |
---|---|---|
committer | MaheshRavishankar <ravishankarm@google.com> | 2021-12-20 10:19:05 -0800 |
commit | 4142932a834f0dca9e9ae0c3754f097ffa3fc1ef (patch) | |
tree | fbbc9680241c68455c99a5025c755ac7731c9a17 /mlir/lib/Bindings/Python/IRModule.cpp | |
parent | bee5bc9075a44ae74f57a956ebe6d7ce7aa7524b (diff) | |
download | llvm-4142932a834f0dca9e9ae0c3754f097ffa3fc1ef.zip llvm-4142932a834f0dca9e9ae0c3754f097ffa3fc1ef.tar.gz llvm-4142932a834f0dca9e9ae0c3754f097ffa3fc1ef.tar.bz2 |
[mlir][Linalg] Move named op conversions out of canonicalizations.
These conversions are better suited to be applied at whole tensor
level. Applying these as canonicalizations end up triggering such
canonicalizations at all levels of the stack which might be
undesirable. For example some of the resulting code patterns wont
bufferize in-place and need additional stack buffers. Best is to be
more deliberate in when these canonicalizations apply.
Differential Revision: https://reviews.llvm.org/D115912
Diffstat (limited to 'mlir/lib/Bindings/Python/IRModule.cpp')
0 files changed, 0 insertions, 0 deletions