[Mlir-commits] [mlir] [mlir][tensor] Enhance SimplifyPackToExpandShape for unit dim cases. (PR #79247)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Jan 24 12:54:06 PST 2024


================
@@ -11,6 +11,7 @@
 #include "mlir/Dialect/Tensor/Transforms/Transforms.h"
 #include "mlir/Dialect/Utils/IndexingUtils.h"
 #include "mlir/IR/PatternMatch.h"
+#include "mlir/Support/LogicalResult.h"
----------------
Max191 wrote:

Is this include needed?

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


More information about the Mlir-commits mailing list