[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
================
@@ -15,9 +15,11 @@
#include "mlir/Dialect/Linalg/IR/Linalg.h"
#include "mlir/Dialect/MemRef/IR/MemRef.h"
#include "mlir/Dialect/Tensor/IR/Tensor.h"
+#include "mlir/Dialect/Utils/StructuredOpsUtils.h"
----------------
chelini wrote:
Are these includes needed?
https://github.com/llvm/llvm-project/pull/76081
More information about the Mlir-commits
mailing list