You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: