[Mlir-commits] [mlir] [mlir][sparse] support sparsifying batch levels (PR #83898)

Yinying Li llvmlistbot at llvm.org
Mon Mar 4 13:58:48 PST 2024


================
@@ -783,6 +826,9 @@ void SparseIterator::genInit(OpBuilder &b, Location l,
     seek(begin->getResults());
     return;
   }
+  // Inherent batch coordinates from parents
----------------
yinying-lisa-li wrote:

nit: period at the end.

https://github.com/llvm/llvm-project/pull/83898


More information about the Mlir-commits mailing list