-
Notifications
You must be signed in to change notification settings - Fork 242
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
Enable/disable logging at runtime using C api #356
Comments
Variant (B) from #336 (comment) can be used to implement this. |
In the same place, as no priority is set for this yet. Nevertheless #336 is a good step towards the goal ;) Please indicate how important is this feature for you, thanks. /cc @daniellowell |
@jithunnair-amd Please advise if this still an issue on ROCm 6.0.2? Thanks! |
This is done.
We do not know if this feature is really required. @jithunnair-amd Please:
|
Hi,
Can we explore whether we can add the ability for a user to enable/disable MIOpen logging at runtime using a C api? The current environment-variable-based approach works well for relatively short testcases, but for a long-running testcase, this can result in a lot of logging output. If we wish to focus only on a section of the workload, it'd be quite useful to be able to turn on/off logging at runtime using a C api.
The text was updated successfully, but these errors were encountered: