[Mlir-commits] [mlir] [mlir][linalg] added some conditions for values being undefined in the documentation for `linalg.generic` (PR #96251)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Jun 21 00:36:41 PDT 2024


================
@@ -82,6 +82,11 @@ def GenericOp : LinalgStructuredBase_Op<"generic", [
         types:
           parallel, reduction, window
 
+    Any values within the output operands that are not unindexed by the 
----------------
MaheshRavishankar wrote:

This shouldnt happen. In Linalg ops the shape of the iteration space is computed from the data. So by construction, there cannot be an output operand that is not unindexed.

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


More information about the Mlir-commits mailing list