[Mlir-commits] [mlir] [mlir] Declare promised interfaces for all dialects [2/3] (PR #78368)

Justin Fargnoli llvmlistbot at llvm.org
Thu Feb 1 20:00:33 PST 2024


================
@@ -8,8 +8,11 @@
 
 #include "mlir/Dialect/Affine/IR/AffineOps.h"
 #include "mlir/Dialect/Arith/IR/Arith.h"
+#include "mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h"
 #include "mlir/Dialect/Complex/IR/Complex.h"
 #include "mlir/Dialect/Tensor/IR/Tensor.h"
+#include "mlir/Dialect/Transform/IR/TransformInterfaces.h"
----------------
justinfargnoli wrote:

Does [Include from Tensor instead of Transform](https://github.com/llvm/llvm-project/pull/78368/commits/895e56461f39ea78b70ad709c4434580181af402) address this issue? If not, could you expand on why this isn't desireable? 

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


More information about the Mlir-commits mailing list