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

Remove support for run-time linked-params from codegen #11144

Merged
merged 1 commit into from
May 2, 2022
Merged

Remove support for run-time linked-params from codegen #11144

merged 1 commit into from
May 2, 2022

Commits on Apr 27, 2022

  1. Remove support for run-time linked-params from codegen

    Linking parameters via a runtime lookup function no longer happens after
    commit b5f1dab (PR#8509): "Tir constants integration into compilation
    pipeline". Now, in cases where the runtime lookup would have happened in
    the past, the parameters are embedded into TIR, removing the need for a
    runtime lookup.
    
    There is still plenty of code around that implemented the original runtime
    lookup. This patch removes the unnecessary leftovers from TVM's codegen.
    Krzysztof Parzyszek committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    4fb0dfe View commit details
    Browse the repository at this point in the history