[Mlir-commits] [mlir] [mlir][vector] Clarify the semantics of BroadcastOp (PR #101928)
Hugo Trachino
llvmlistbot at llvm.org
Mon Aug 5 02:47:46 PDT 2024
================
@@ -68,9 +68,13 @@ enum class BroadcastableToResult {
DimensionMismatch = 2,
SourceTypeNotAVector = 3
};
+struct VectorDim {
+ int64_t dim;
+ bool scalableFlag;
+};
----------------
nujaa wrote:
There was this MR from @MacDue , implementing similar features. I dont know why it got closed though.
https://github.com/llvm/llvm-project/pull/96236
https://github.com/llvm/llvm-project/pull/101928
More information about the Mlir-commits
mailing list