[Mlir-commits] [mlir] [mlir][vector] Clarify the semantics of BroadcastOp (PR #101928)

Hugo Trachino llvmlistbot at llvm.org
Mon Aug 5 02:47:44 PDT 2024


================
@@ -367,6 +367,8 @@ def Vector_BroadcastOp :
                                s_1     x .. x s_j x .. x s_k
                <duplication>         <potential stretch>
        ```
+    * a scalable unit dimeension, `[1]`, must match exactly.
----------------
nujaa wrote:

```suggestion
    * a scalable unit dimension, `[1]`, must match exactly.
```

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


More information about the Mlir-commits mailing list