[all-commits] [llvm/llvm-project] fa639d: [mlir][sparse] Implement BufferizableOpInterface f...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Jan 27 08:58:09 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa639d3b43a9034133b7566d0ec2a91fcd79c361
https://github.com/llvm/llvm-project/commit/fa639d3b43a9034133b7566d0ec2a91fcd79c361
Author: Matthias Springer <springerm at google.com>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/BufferizableOpInterfaceImpl.cpp
Log Message:
-----------
[mlir][sparse] Implement BufferizableOpInterface for additional ops
The handling of unknown ops will be tightened in a subsequent change. All sparse_tensor ops should implement BufferizableOpInterface, otherwise, they are treated as "unknown" and additional buffer allocs/copies may be inserted around them.
Differential Revision: https://reviews.llvm.org/D142005
More information about the All-commits
mailing list