Skip to content

entrypoint definition and arg parsing #28

@benedikt-voelkel

Description

@benedikt-voelkel
  • 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions