[all-commits] [llvm/llvm-project] 32a744: [mlir] Add linalg.fill bufferization conversion
Eugene Zhulenev via All-commits
all-commits at lists.llvm.org
Thu Mar 18 13:41:38 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32a744ab20f37681f71ca9098625994515f0f4ab
https://github.com/llvm/llvm-project/commit/32a744ab20f37681f71ca9098625994515f0f4ab
Author: Eugene Zhulenev <ezhulenev at google.com>
Date: 2021-03-18 (Thu, 18 Mar 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Bufferize.cpp
M mlir/test/Dialect/Linalg/bufferize.mlir
Log Message:
-----------
[mlir] Add linalg.fill bufferization conversion
`BufferizeAnyLinalgOp` fails because `FillOp` is not a `LinalgGenericOp` and it fails while reading operand sizes attribute.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D98671
More information about the All-commits
mailing list