[Mlir-commits] [mlir] [mlir][sparse] refine sparse assembler strategy (PR #80521)
Aart Bik
llvmlistbot at llvm.org
Mon Feb 5 10:09:59 PST 2024
================
@@ -132,29 +132,29 @@ void convVals(OpBuilder &builder, Location loc, TypeRange types,
namespace {
// A rewriting rules that converts public entry methods that use sparse tensors
-// as input parameters and/or output return values into wrapper functions
-// that [dis]assemble the individual tensors that constitute the actual
-// storage used externally into MLIR sparse tensors.
+// as input parameters and/or output return values into wrapper methods that
+// [dis]assemble the individual tensors that constitute the actual storage used
+// externally into MLIR sparse tensors before calling the origal method.
----------------
aartbik wrote:
Right you are!
https://github.com/llvm/llvm-project/pull/80521
More information about the Mlir-commits
mailing list