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

Improved MLF to contain workspace info #7938

Merged
merged 5 commits into from
May 7, 2021

Commits on May 5, 2021

  1. Improved MLF to contain workspace info

    Added functionality to calculate workspace, io and constant
    memory required by each primfunc and main function. Moreover,
    the workspace information required by each primfunc and main
    is reported in metadata.json in the Model Library Format(MLF).
    - added functionality to record tir and relay primfuncs
    - added tests for model_library_format changes
    
    Change-Id: Ib4a8b787345aa35f8a1645e8a648fad84de37bce
    manupak committed May 5, 2021
    Configuration menu
    Copy the full SHA
    b8f434f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Improved MLF to contain workspace info

    * disable AoT for now
    * addressing comments
    
    Change-Id: I5f041ec461b02dac6ea9c96ea50eb400d55eef53
    manupak committed May 6, 2021
    Configuration menu
    Copy the full SHA
    d96c0ac View commit details
    Browse the repository at this point in the history
  2. Improved MLF to contain workspace info

    * addressed comments
    * added aot executor support
    
    Change-Id: I9b54a7939d8ccb3c6ce0454f0fe62866ac66eb5c
    manupak committed May 6, 2021
    Configuration menu
    Copy the full SHA
    b7297cd View commit details
    Browse the repository at this point in the history
  3. Improved MLF to contain workspace info

    * removed redundant utils.py
    
    Change-Id: I256dd88fab31a595bf9509bd1c4ab59b0c145b1e
    manupak committed May 6, 2021
    Configuration menu
    Copy the full SHA
    324626c View commit details
    Browse the repository at this point in the history
  4. Improved MLF to contain workspace info

    * removed redundant ffi api
    
    Change-Id: I9ad6795aa839edfdfd05b902d4531fb0a20e894d
    manupak committed May 6, 2021
    Configuration menu
    Copy the full SHA
    b9330a2 View commit details
    Browse the repository at this point in the history