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

[uTVM][AOT] Adding workspace byte alignment #8019

Merged
merged 5 commits into from
May 14, 2021

Commits on May 11, 2021

  1. Adding workspace byte alignment

    * This commit adds byte alignment support for workspaces
    * Updating AoT tests to use calculate workspaces
    
    Change-Id: I88380d875269e1ffa4a51a9cceefd51b3042f1a7
    manupak committed May 11, 2021
    Configuration menu
    Copy the full SHA
    2912d84 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Adding workspace byte alignment

    * fixed aot_memory cpp tests
    * add new error type for stack allocator bad frees
    
    Change-Id: Iadb4770ac761ef5edb80308e18120443d269c83d
    manupak committed May 12, 2021
    Configuration menu
    Copy the full SHA
    496f6c9 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Adding workspace byte alignment

    * addressing comments + LIFO change
    
    Change-Id: I1e8ad47e11e220f879bf936da2abb3d111db89f0
    manupak committed May 13, 2021
    Configuration menu
    Copy the full SHA
    185f546 View commit details
    Browse the repository at this point in the history
  2. Adding workspace byte alignment

    * addressing comments further
    
    Change-Id: Idb07d28b55520d8897d7dbcb9ef4aad5e3e7b35c
    manupak committed May 13, 2021
    Configuration menu
    Copy the full SHA
    b30b1d6 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Adding workspace byte alignment

    * addressing comments - add a default constant to alignment
    
    Change-Id: Id3f486bfdc0bd57d54b3c4097885cb54675196ca
    manupak committed May 14, 2021
    Configuration menu
    Copy the full SHA
    6d5175a View commit details
    Browse the repository at this point in the history