[all-commits] [llvm/llvm-project] aab46c: [mlir][sparse][NFC] Disallow writing into sparse_t...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Jan 27 08:56:43 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aab46c7579c29b2ce44fc0febeb46c2df300780e
https://github.com/llvm/llvm-project/commit/aab46c7579c29b2ce44fc0febeb46c2df300780e
Author: Matthias Springer <springerm at google.com>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
Log Message:
-----------
[mlir][sparse][NFC] Disallow writing into sparse_tensor.to_... results
Writing into the memrefs returned by `sparse_tensor.to_values` etc. can cause additional copies during bufferization.
Differential Revision: https://reviews.llvm.org/D142728
More information about the All-commits
mailing list