[Mlir-commits] [mlir] [WIP][mlir][sparse] Setting up sparse_tensor.iterator-related Ops. (PR #85958)

Yinying Li llvmlistbot at llvm.org
Wed Mar 20 10:37:25 PDT 2024


================
@@ -1418,6 +1420,58 @@ def SparseTensor_ForeachOp : SparseTensor_Op<"foreach",
   let hasVerifier = 1;
 }
 
+//===----------------------------------------------------------------------===//
+// Sparse Tensor Iteration Operations.
+//===----------------------------------------------------------------------===//
+
+def ExtractIterSpaceOp : SparseTensor_Op<"iteration.extract_space",
----------------
yinying-lisa-li wrote:

It would be great if you could add summary and description for the ops later.

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


More information about the Mlir-commits mailing list