[Mlir-commits] [mlir] [mlir][bufferization] Add tensor-like and memref-like interfaces (PR #134220)
Andrei Golubev
llvmlistbot at llvm.org
Fri Apr 4 09:39:52 PDT 2025
================
@@ -6,6 +6,8 @@
//
//===----------------------------------------------------------------------===//
+#include "mlir/Dialect/Bufferization/IR/Bufferization.h"
+#include "mlir/Dialect/Bufferization/IR/BufferizationTypeInterfaces.h"
----------------
andrey-golubev wrote:
thanks for the pointer! i'll add it a bit later (seems to be quite a endeavour).
https://github.com/llvm/llvm-project/pull/134220
More information about the Mlir-commits
mailing list