[all-commits] [llvm/llvm-project] 6c7be4: Support buffers in LinalgFoldUnitExtentDims
Tres via All-commits
all-commits at lists.llvm.org
Mon Jun 14 23:22:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c7be4176703fff69d20acc466a879e080346f30
https://github.com/llvm/llvm-project/commit/6c7be4176703fff69d20acc466a879e080346f30
Author: Tres Popp <tpopp at google.com>
Date: 2021-06-15 (Tue, 15 Jun 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/DropUnitDims.cpp
M mlir/test/Dialect/Linalg/drop-unit-extent-dims.mlir
Log Message:
-----------
Support buffers in LinalgFoldUnitExtentDims
This doesn't add any canonicalizations, but executes the same
simplification on bufferSemantic linalg.generic ops by using
linalg::ReshapeOp instead of linalg::TensorReshapeOp.
Differential Revision: https://reviews.llvm.org/D103513
More information about the All-commits
mailing list