[Mlir-commits] [mlir] [MLIR] Make `OneShotModuleBufferize` use `OpInterface` (PR #110322)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Oct 17 07:00:39 PDT 2024
erick-xanadu wrote:
@matthias-springer would it be desirable to have bufferization skip nested modules that do not contain a tensor values in their bodies? Does the builtin module implement `hasTensorSemantics`? Or at what point is `hasTensorSemantics` run / used? Because this error comes from the fact that bufferization is being run on the transform schedule but the functions there do not contain an op with a ReturnLike trait.
https://github.com/llvm/llvm-project/pull/110322
More information about the Mlir-commits
mailing list