Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add resource_handle to TVM_DLL_EXPORT_TYPED_FUNC. #7338

Merged
merged 1 commit into from
Jan 26, 2021

Commits on Jan 25, 2021

  1. Add resource_handle to TVM_DLL_EXPORT_TYPED_FUNC.

     * In apache#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
    areusch committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    480a7cd View commit details
    Browse the repository at this point in the history