[Mlir-commits] [mlir] [mlir][tensor] Restrict the verifier for tensor.pack/tensor.unpack (PR #113108)
Matthias Springer
llvmlistbot at llvm.org
Tue Oct 22 06:43:18 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 =
----------------
matthias-springer wrote:
It looks like there are some unrelated bufferization changes in this PR.
https://github.com/llvm/llvm-project/pull/113108
More information about the Mlir-commits
mailing list