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

Add New Ethos-U85 support to Arm aot_arm_compiler #5345

Closed
wants to merge 6 commits into from

Commits on Sep 24, 2024

  1. Improvements to the Arm aot_arm_compiler flow.

    - Support for nn.modules in a seperate file
    - Ability to select target IP for the ArmBackend
    - Option to dump intermediate outputs for debug.
    
    Signed-off-by: Rob Elliott <robert.elliott@arm.com>
    Change-Id: I40cef76da593bd6f06bab067d3f0fc1ae31adc44
    robell committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8eb1739 View commit details
    Browse the repository at this point in the history
  2. Add Arm Ethos-U85 to aot_arm_compiler

    With Ethos-U85 being enabled in the main ArmBackend and compile spec, this change
    enables it from the command line for compilation in preperation for run.sh support
    in newer examples.
    
    Signed-off-by: Rob Elliott <robert.elliott@arm.com>
    Change-Id: I33e44f000fb24bc70b468fbffbf547e9775a1132
    robell committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8c4166b View commit details
    Browse the repository at this point in the history
  3. lintfix

    robell committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    df22c22 View commit details
    Browse the repository at this point in the history
  4. tidy compilespec building into a function

    Signed-off-by: Rob Elliott <robert.elliott@arm.com>
    robell committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    91665b6 View commit details
    Browse the repository at this point in the history
  5. simplify function for lintrunner

    Signed-off-by: Rob Elliott <robert.elliott@arm.com>
    robell committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d962244 View commit details
    Browse the repository at this point in the history
  6. Fix missing quantize_io on U85 compile

    Signed-off-by: Rob Elliott <robert.elliott@arm.com>
    robell committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9abc537 View commit details
    Browse the repository at this point in the history