[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 10:17:14 PDT 2024


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

I think saying undefined here is an overkill. It is essentially the value of the corresponding `init` operand.

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


More information about the Mlir-commits mailing list