[Mlir-commits] [mlir] [mlir][tensor] Restrict the verifier for tensor.pack/tensor.unpack (PR #113108)
Andrzej Warzyński
llvmlistbot at llvm.org
Tue Oct 22 10:01:10 PDT 2024
================
@@ -261,9 +260,9 @@ struct BufferizationOptions {
using AnalysisStateInitFn = std::function<void(AnalysisState &)>;
/// Tensor -> MemRef type converter.
/// Parameters: Value, memory space, func op, bufferization options
- using FunctionArgTypeConverterFn = std::function<BaseMemRefType(
- TensorType, Attribute memorySpace, FunctionOpInterface,
- const BufferizationOptions &)>;
+ using FunctionArgTypeConverterFn =
----------------
banach-space wrote:
Sorry about that, wrong base branch 🤦🏻 This is now fixed.
https://github.com/llvm/llvm-project/pull/113108
More information about the Mlir-commits
mailing list