[Mlir-commits] [mlir] [mlir][sparse] support sparsifying sparse kernels to sparse-iterator-based loop (PR #95858)
Aart Bik
llvmlistbot at llvm.org
Mon Jun 17 16:07:15 PDT 2024
================
@@ -1071,7 +1071,9 @@ static bool getAllTidLvlsInLatPoints(
}
// If we just need to one loop conditions and the conditions is not imposed on
// non-unique level, the loop can be generated by a for loop.
----------------
aartbik wrote:
modify comment to say why the emit strategy matters
https://github.com/llvm/llvm-project/pull/95858
More information about the Mlir-commits
mailing list