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

[REFACTOR] TVM_REGISTER_API -> TVM_REGISTER_GLOBAL #4621

Merged
merged 1 commit into from
Jan 4, 2020
Merged

Commits on Jan 4, 2020

  1. [REFACTOR] TVM_REGISTER_API -> TVM_REGISTER_GLOBAL

    TVM_REGSISTER_API is an alias of TVM_REGISTER_GLOBAL.
    In the spirit of simplify redirections, this PR removes
    the original TVM_REGISTER_API macro and directly use TVM_REGISTER_GLOBAL.
    
    This type of refactor will also simplify the IDE navigation tools
    such as FFI navigator to provide better code reading experiences.
    
    Move EnvFunc's definition to node.
    tqchen committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    fabd605 View commit details
    Browse the repository at this point in the history