[Mlir-commits] [mlir] [mlir][sparse] Implement missing BufferizableOpInterface methods for NewOp (PR #178423)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Jan 28 05:56:14 PST 2026
mugiwaraluffy56 wrote:
Could someone review this sparse tensor patch? It implements the missing `bufferizesToMemoryRead`, `bufferizesToMemoryWrite`, and `getAliasingValues` methods for `sparse_tensor.new`, fixing crashes with `--eliminate-empty-tensors`.
cc @aartbik @PeimingLiu (SparseTensor reviewers)
https://github.com/llvm/llvm-project/pull/178423
More information about the Mlir-commits
mailing list