Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add resource_handle to TVM_DLL_EXPORT_TYPED_FUNC. (#7338)
* In #5921, resource_handle was added as a parameter to TVMBackendPackedCFunc, which is the typedef for functions called by LibraryModule's function lookup. * It appears TVM_DLL_EXPORT_TYPED_FUNC was overlooked in that PR, although there don't seem to be any runtime affects known so far. However, making this definition proper to avoid any compiler warnings/debug tool problems. * See also https://discuss.tvm.apache.org/t/rfc-misra-c-changes-for-rpc-support/7098/5
- Loading branch information