[Mlir-commits] [mlir] [MLIR][SparseTensor] Loop ordering strategy infrastructure (flag) (PR #154656)
Aart Bik
llvmlistbot at llvm.org
Tue Aug 26 09:41:43 PDT 2025
================
@@ -421,7 +423,8 @@ struct GenericOpScheduler : public OpRewritePattern<linalg::GenericOp> {
if (linalgOp->hasAttr(sorted))
return failure();
- auto scheduler = IterationGraphSorter::fromGenericOp(linalgOp);
+ // Pass strategy to IterationGraphSorter
----------------
aartbik wrote:
period at end
https://github.com/llvm/llvm-project/pull/154656
More information about the Mlir-commits
mailing list