[Mlir-commits] [mlir] [mlir][sparse] deallocate tmp coo buffer generated during stage-spars… (PR #82017)
Aart Bik
llvmlistbot at llvm.org
Fri Feb 16 12:16:09 PST 2024
================
@@ -20,7 +19,7 @@ class StageWithSortSparseOp;
namespace detail {
LogicalResult stageWithSortImpl(sparse_tensor::StageWithSortSparseOp op,
- PatternRewriter &rewriter);
+ PatternRewriter &rewriter, Value &tmpBufs);
----------------
aartbik wrote:
document interface method
(with output tmpBufs)
https://github.com/llvm/llvm-project/pull/82017
More information about the Mlir-commits
mailing list