[Mlir-commits] [mlir] [mlir][bufferization] Add tensor-like and memref-like interfaces (PR #134220)
Andrei Golubev
llvmlistbot at llvm.org
Thu Apr 3 01:48:34 PDT 2025
================
@@ -6,6 +6,8 @@
//
//===----------------------------------------------------------------------===//
+#include "mlir/Dialect/Bufferization/IR/Bufferization.h"
+#include "mlir/Dialect/Bufferization/IR/BufferizationTypeInterfaces.h"
----------------
andrey-golubev wrote:
note: i haven't seen bufferization-specific unit tests, so ended up adding all tests here. these seem to test "TestDialect".
https://github.com/llvm/llvm-project/pull/134220
More information about the Mlir-commits
mailing list