[Mlir-commits] [mlir] [mlir][sparse] implement lowering rules for ExtractIterSpaceOp. (PR #89143)

Ingo Müller llvmlistbot at llvm.org
Fri May 10 09:16:39 PDT 2024


================
@@ -80,6 +89,52 @@ enum class IterKind : uint8_t {
   kFilter,
 };
 
+class SparseIterationSpace {
----------------
ingomueller-net wrote:

A bit of doc could be helpful here.

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


More information about the Mlir-commits mailing list