[Mlir-commits] [mlir] [MLIR][SparseTensor] Loop ordering strategy infrastructure (flag) (PR #154656)
Aart Bik
llvmlistbot at llvm.org
Tue Aug 26 09:41:44 PDT 2025
================
@@ -42,8 +43,9 @@ enum class SortMask : unsigned {
class IterationGraphSorter {
public:
/// Factory method that construct an iteration graph sorter
- /// for the given linalg.generic operation.
- static IterationGraphSorter fromGenericOp(linalg::GenericOp genericOp);
+ /// for the given linalg.generic operation with a specific strategy.
----------------
aartbik wrote:
with a specific loop ordering strategy
https://github.com/llvm/llvm-project/pull/154656
More information about the Mlir-commits
mailing list