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

[6/6] Arm(R) Ethos(TM)-U NPU codegen integration with tvmc #8854

Merged
merged 3 commits into from
Sep 30, 2021

Commits on Sep 29, 2021

  1. Add Arm(R) Ethos(TM)-U codegen support on tvmc

    * Include `ethos-u` as a new target for tvmc
    * Adds testing for the new target
    
    Co-authored-by: Manupa Karunaratne <manupa.karunaratne@arm.com>
    leandron and manupak committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    333871d View commit details
    Browse the repository at this point in the history
  2. Add Arm(R) Ethos(TM)-U codegen support on tvmc

    * move partition_for_ethosu from tvm.relay.backend.contrib.ethosu
      to tvm.relay.op.contrib.ethosu
    
    * lazy load ethos-u-vela dependencies and show an appropriate error
      message in case the dependency is not present
    
    * Adjust test cases
    
    Co-authored-by: Leandro Nunes <Leandro.Nunes@arm.com>
    manupak and leandron committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    673e64d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Add Arm(R) Ethos(TM)-U codegen support on tvmc

    * add missing import
    
    Change-Id: Ieefa0ee6e86bdc09ff93fcc632ed003b5f3f3a99
    manupak committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    4f30856 View commit details
    Browse the repository at this point in the history