[Mlir-commits] [mlir] [mlir][bufferization] Add tensor-like and memref-like interfaces (PR #134220)
Andrei Golubev
llvmlistbot at llvm.org
Mon Apr 7 05:27:36 PDT 2025
================
@@ -6,6 +6,8 @@
//
//===----------------------------------------------------------------------===//
+#include "mlir/Dialect/Bufferization/IR/Bufferization.h"
+#include "mlir/Dialect/Bufferization/IR/BufferizationTypeInterfaces.h"
----------------
andrey-golubev wrote:
this is now re-done according to the suggestion. thanks!
https://github.com/llvm/llvm-project/pull/134220
More information about the Mlir-commits
mailing list