[Mlir-commits] [mlir] [mlir][sparse] schedule sparse kernels in a separate pass from sparsification. (PR #72423)
Aart Bik
llvmlistbot at llvm.org
Wed Nov 15 10:33:35 PST 2023
================
@@ -127,6 +127,9 @@ inline bool hasAnySparseOperandOrResult(Operation *op) {
return hasAnySparseOperand(op) || hasAnySparseResult(op);
}
+/// Whether the operation has any sparse tensor with non-identity dim2lvl maps.
----------------
aartbik wrote:
Use same style as above
/// Returns true iff ....
https://github.com/llvm/llvm-project/pull/72423
More information about the Mlir-commits
mailing list