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

Jacob Yu llvmlistbot at llvm.org
Fri Jun 21 04:19:01 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 
----------------
pingshiyu wrote:

Sorry, I didn't write that clearly - but yes I was trying to capture the condition that @ftynse mentioned above ^

PR updated

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


More information about the Mlir-commits mailing list