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

entrypoint definition and arg parsing #28

Open
6 of 9 tasks
benedikt-voelkel opened this issue Sep 16, 2022 · 0 comments
Open
6 of 9 tasks

entrypoint definition and arg parsing #28

benedikt-voelkel opened this issue Sep 16, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@benedikt-voelkel
Copy link
Collaborator

benedikt-voelkel commented Sep 16, 2022

  • consolidate entrypoint implementation
  • arg parsing structure for user and framework-specific args
  • combine/merge/align with current approach used in run.py

Added later by MC:
Additional steps to be covered towards this implementation, mostly related to the possibility of running different cases (even dummy ones) than the cut optimization for sim.

  • Improve flexibility of the tool
    • Accept use-case entrypoints with different signatures (e.g. no need to pass config for example use case)
    • Remove all references to cut optimization in o2tuner core codebase
  • Improve use-case parsing managing typical errors in regular way (i.e. not letting Python crash miserably)
    • Use custom logging utility
  • Assume path of python helpers to be the base directory of the recipe (this improves portability of recipes and reduce need for fixes from user)
@benedikt-voelkel benedikt-voelkel added the enhancement New feature or request label Sep 16, 2022
@mconcas mconcas added this to the Version 0.1.0 milestone Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants