[all-commits] [llvm/llvm-project] c645eb: [mlir][memref] Bufferize memref.tensor_store op
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Feb 15 06:28:54 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c645eb0d03bd2a04f71a01d3eac1c392539dc207
https://github.com/llvm/llvm-project/commit/c645eb0d03bd2a04f71a01d3eac1c392539dc207
Author: Matthias Springer <springerm at google.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
A mlir/include/mlir/Dialect/MemRef/Transforms/BufferizableOpInterfaceImpl.h
M mlir/include/mlir/InitAllDialects.h
A mlir/lib/Dialect/MemRef/Transforms/BufferizableOpInterfaceImpl.cpp
M mlir/lib/Dialect/MemRef/Transforms/CMakeLists.txt
M mlir/test/Dialect/Linalg/transform-op-bufferize-to-allocation.mlir
A mlir/test/Dialect/MemRef/bufferize.mlir
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][memref] Bufferize memref.tensor_store op
This change adds the BufferizableOpInterface implementation for memref.tensor_store.
Differential Revision: https://reviews.llvm.org/D144080
More information about the All-commits
mailing list