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

Run AOT tests against reference system #8744

Merged
merged 3 commits into from
Aug 24, 2021

Commits on Aug 19, 2021

  1. Run AOT tests against reference system

    This introduces an alternative way of running AOT tests using the reference system added in apache#8514. This gives us additional assurance that the AOT output runs successfully on embedded platforms in our core test suite.
    
    I've also changed calculate_workspace_sizes to debug_workspace_sizes and default to False in most cases as it only needs to be True for a few cases to check theoutput with the debug flag - this was discovered trying to allocate 16MB in an embedded test 🙀
    
    Co-authored-by: Grant Watson <grant.watson@arm.com>
    Mousius and grant-arm committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    b7e70ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0cdf77 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. Configuration menu
    Copy the full SHA
    5ff7ed8 View commit details
    Browse the repository at this point in the history