[all-commits] [llvm/llvm-project] c0cad9: [mlir][linalg] Enable insertion of dealloc for end...
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Wed Nov 10 00:51:18 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0cad9d535e35b8d3d4b3d191a9bae93f8c3440d
https://github.com/llvm/llvm-project/commit/c0cad9d535e35b8d3d4b3d191a9bae93f8c3440d
Author: Stephan Herhut <herhut at google.com>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
R mlir/test/Integration/Dialect/Linalg/CPU/lit.local.cfg
M mlir/test/Integration/Dialect/Linalg/CPU/matmul-vs-matvec.mlir
M mlir/test/Integration/Dialect/Linalg/CPU/rank-reducing-subview.mlir
M mlir/test/Integration/Dialect/Linalg/CPU/test-collapse-tensor.mlir
M mlir/test/Integration/Dialect/Linalg/CPU/test-comprehensive-bufferize.mlir
M mlir/test/Integration/Dialect/Linalg/CPU/test-elementwise.mlir
M mlir/test/Integration/Dialect/Linalg/CPU/test-expand-tensor.mlir
M mlir/test/Integration/Dialect/Linalg/CPU/test-padtensor.mlir
M mlir/test/Integration/Dialect/Linalg/CPU/test-subtensor-insert-multiple-uses.mlir
M mlir/test/Integration/Dialect/Linalg/CPU/test-subtensor-insert.mlir
M mlir/test/Integration/Dialect/Linalg/CPU/test-tensor-e2e.mlir
M mlir/test/Integration/Dialect/Linalg/CPU/test-tensor-matmul.mlir
Log Message:
-----------
[mlir][linalg] Enable insertion of dealloc for end2end tests
This uses the buffer-deallocation pass or, in case the test case does not use bufferization, has added explicit deallocs.
Differential Revision: https://reviews.llvm.org/D111059
More information about the All-commits
mailing list