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

[microTVM] Autotuning performance tests #11782

Merged
merged 6 commits into from
Jul 5, 2022

Commits on Jul 2, 2022

  1. Common autotuning test

    guberti committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    e323d3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c8ec23 View commit details
    Browse the repository at this point in the history
  3. Bugfixes and more enablement

    guberti committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    5b87c0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64911f6 View commit details
    Browse the repository at this point in the history
  5. Refactoring based on PR comments

    Bugfixes to get tests passing
    
    Refactor to remove tflite model for consistency
    
    Black formatting
    
    Linting and bugfixes
    
    Add Apache license header
    
    Use larger chunk size to read files
    
    Explicitly specify LRU cache size for compatibility with Python 3.7
    
    Pass platform to microTVM common tests
    
    Better comment for runtime bound
    
    Stop directory from being removed after session creation
    guberti committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    c15cc47 View commit details
    Browse the repository at this point in the history
  6. Use the actual Zephyr timing library

    Use unsigned integer
    
    Additional logging
    
    Try negation
    
    Try 64 bit timer
    
    Use Zephyr's timing library
    
    Fix linting
    
    Enable timing utilities
    guberti committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    aed52f7 View commit details
    Browse the repository at this point in the history