Husenap opened a new pull request, #17138: URL: https://github.com/apache/tvm/pull/17138
The C++ implementation of `make_extern` calls a local function(`DeclExternBuffer`) which is outdated and doesn't do the same thing as the equivalent Python function. The Python implementation of `decl_buffer` was changed in #6317 and a check was added in `buffer.cc` which fails if you try to use `make_extern` in C++. This PR fixes this by calling the `tvm::tir::decl_buffer` function in C++ which does the same thing as the Python implementation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
