[Mlir-commits] [llvm] [mlir] [MLIR] Generalize expand_shape to take shape as explicit input (PR #69267)

Gaurav Shukla llvmlistbot at llvm.org
Fri Apr 19 07:33:13 PDT 2024


================
@@ -8,6 +8,7 @@
 
 #include "mlir/Dialect/Utils/ReshapeOpsUtils.h"
 
+#include "mlir/Dialect/Arith/IR/Arith.h"
 #include "mlir/IR/AffineMap.h"
 #include "mlir/IR/Builders.h"
----------------
Shukla-Gaurav wrote:

I tried moving it to tensor/utils, but there seem to be circular dependencies. I can handle this in the next PR. Can we go ahead for this patch as it is?

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


More information about the Mlir-commits mailing list