[Mlir-commits] [mlir] [mlir][Linalg] Refine how broadcast dims are treated (PR #99015)

Benjamin Maxwell llvmlistbot at llvm.org
Thu Jul 18 13:57:03 PDT 2024


================
@@ -346,6 +346,10 @@ class AffineMap {
   /// returns the resulting values. `this` must be symbol-less.
   SmallVector<int64_t, 4> compose(ArrayRef<int64_t> values) const;
 
+  size_t numOfZeroResults() const;
+
+  AffineMap dropZeros();
----------------
MacDue wrote:

Missing doc comments 

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


More information about the Mlir-commits mailing list