[all-commits] [llvm/llvm-project] 53c441: [mlir][linalg, tosa] Fix memory leaks in integrati...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Mar 15 20:24:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 53c44187538794a749746339595aa62ec08b3f4a
https://github.com/llvm/llvm-project/commit/53c44187538794a749746339595aa62ec08b3f4a
Author: Matthias Springer <me at m-sp.org>
Date: 2024-03-16 (Sat, 16 Mar 2024)
Changed paths:
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/test/Dialect/Vector/canonicalize.mlir
M mlir/test/Integration/Dialect/Linalg/CPU/mmt4d.mlir
M mlir/test/Integration/Dialect/Linalg/CPU/test-matmul-masked-vec.mlir
M mlir/test/Integration/Dialect/Tosa/CPU/test-fully-connected.mlir
Log Message:
-----------
[mlir][linalg, tosa] Fix memory leaks in integration tests (#85366)
Buffers are no longer deallocation by One-Shot Bufferize. This is now
done by a separate buffer deallocation pass.
Also fix a bug in the `vector.mask` folding, which was triggered by
`-buffer-deallocation-pipeline`, which runs the canonicalizer.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list