-
Notifications
You must be signed in to change notification settings - Fork 157
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
[one-cmds] Introduce config file for optimization options #7513
Comments
@mhs4670go , Thanks! Let me explain briefly.
Based on this, I was thinking about how to set the default list for each stage component of the toolchain, and I agreed that the format of the *.cfg file currently used in onecc -C is one of the good way. Considering the interaction with the IDE environment and maintenance, it was considered to maintain a separate *.cfg file for each -O option. Furthermore, by extending this method, keep the possibility of generalized use such as -ONCHW, -OONNX, etc., rather than a limited use such as -O1, -O2, is opened. (However, I think this is optional, not mandatory for this work.) That's all. |
/cc @winstone77 |
From #7868 (comment)
We can use |
@seanshpark Okay. I'll apply it soon. |
What
Let's introduce configuration file for optimization options.
Related: #5784
Why
Current optimization options are included in a configuration file.
How about introduce another configuration file for opt options?
This idea is suggested by @lemmaa. Let me know if what I've written in this issue is a bit different from what we were talking about.
@glistening @jyoungyun Feel free to give opinions:)
The text was updated successfully, but these errors were encountered: