[Mlir-commits] [mlir] [mlir][bufferization] Add tensor-like and memref-like interfaces (PR #134220)
Matthias Springer
llvmlistbot at llvm.org
Fri Apr 4 11:25:07 PDT 2025
matthias-springer wrote:
> For the "external model" my only concern is: can we actually have `builtin::registerBufferizableOpInterfaceExternalModels()`? Wouldn't it introduce unintentional coupling of builtins and bufferization?
This has to be in the bufferization dialect: `bufferization::registerTensorLikeTypeInterfaceExternalModels` and `bufferization::registerMemRefLikeTypeInterfaceExternalModels`. Or better, just a single function called `bufferization::registerBuiltinTypeInterfaceExternalModels`.
https://github.com/llvm/llvm-project/pull/134220
More information about the Mlir-commits
mailing list