[Mlir-commits] [mlir] [MLIR] [SparseTensor] Implement multiple loop ordering heuristics for sparse tensor dialect (PR #151885)
Aart Bik
llvmlistbot at llvm.org
Fri Aug 8 10:50:53 PDT 2025
================
@@ -55,6 +55,33 @@ enum class SparseEmitStrategy {
kDebugInterface, // generate only place-holder for sparse iteration
};
+namespace sparse_tensor {
----------------
aartbik wrote:
newline after namespace
https://github.com/llvm/llvm-project/pull/151885
More information about the Mlir-commits
mailing list