[Mlir-commits] [mlir] [mlir] Add inferContractionDims util for indexing map inputs (PR #76081)

lorenzo chelini llvmlistbot at llvm.org
Thu Dec 21 09:25:59 PST 2023


================
@@ -201,11 +203,37 @@ findPermutationsIndexingOperand(LinalgOp linalgOp, OpOperand *opOperand,
   return res;
 }
 
+static llvm::SmallDenseSet<int64_t>
----------------
chelini wrote:

I would drop this method. It is used only for `inferConvolutionDimsImpl`. 

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


More information about the Mlir-commits mailing list