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

Re-implement features #9

Closed
12 of 13 tasks
PhilippvK opened this issue Jan 26, 2022 · 1 comment
Closed
12 of 13 tasks

Re-implement features #9

PhilippvK opened this issue Jan 26, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed priority:medium Medium priority task

Comments

@PhilippvK
Copy link
Collaborator

PhilippvK commented Jan 26, 2022

This issue should should list all the features we want to support until the release of the project.


First I would like to shortly explain the features types which are denoted after each entry on the list:

  • Setup Feature: For features which required installing specific dependencies beforehand. Affecst the mlonmcu setup command.
  • Frontend Feature: Frontend related features are used in the LOAD stage of a run. (i.e. packed)
  • Framework/Backend Feature: Features specific to a backend or framework (i.e. unpacked_api). Affects the BUILD stage of a run.
  • Target Feature: Target specific features (i.e. etissdbg). Affects the COMPILEand RUN stage
  • Compile Feature: MLIF/CMake related features (i.e. debug). Affects the COMPILE stage

Required:

  • Unpacked API (Backend)
  • Debug Target Software (Compile)
  • WIP: Debug Arena Usage (Backend + Compile?)
  • Custom Memplan (Backend)
  • WIP: GDBServer support (Target)
  • WIP: Debug ETISSVP (Target)
  • Use existing autotuning results (Backend)
  • Run TVM Autotuning on host (Backend)
  • WIP: muRISCVNN (Setup + Framework)

Delayed:

  • Fusetile Support? (Setup? + Backend)
  • Run TVM autotuning on ETISSVP (Setup + Backend)
  • Visualization: export TFLITE network or relay model graph (Frontend[tflite] + Backend[TVM])

Optional:

  • Packed tensor support (Frontend + Framework[TFLM only] + Backend)
@PhilippvK PhilippvK added enhancement New feature or request help wanted Extra attention is needed priority:medium Medium priority task labels Jan 26, 2022
@PhilippvK
Copy link
Collaborator Author

Packed Frontend not on track right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed priority:medium Medium priority task
Projects
None yet
Development

No branches or pull requests

1 participant