Added default metric reporting. Reports QoR and power metrics for predefined synthesis steps.#832
Open
cadeberkeley wants to merge 1 commit into
Open
Added default metric reporting. Reports QoR and power metrics for predefined synthesis steps.#832cadeberkeley wants to merge 1 commit into
cadeberkeley wants to merge 1 commit into
Conversation
…borate, generic, map, and opt.
jerryz123
reviewed
Nov 30, 2023
Contributor
jerryz123
left a comment
There was a problem hiding this comment.
Does enabling the metrics increase run time significantly?
Contributor
Author
I believe enabling power metrics does, but not QoR metrics. |
harrisonliew
requested changes
Nov 30, 2023
Contributor
harrisonliew
left a comment
There was a problem hiding this comment.
In general, I'd like to see how we can properly use the Stylus metrics database/dashboard across multiple runs. E.g. provide a key where the dashboard lives, and the output file should depend on the run's config/start time or similar.
|
|
||
| # Enable metric tracking | ||
| verbose_append(f"set_db statistics_log_data {self.get_setting('synthesis.genus.track_qor_metrics')}") | ||
| verbose_append(f"set_db statistics_log_data {self.get_setting('synthesis.genus.track_qor_metrics')}") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reports metrics for elaborate, syn_generic, syn_map, and syn_opt steps.
Related PRs / Issues
Type of change:
Impact:
Contributor Checklist:
masteras the base branch?poetry.lockfile if you updated the requirements inpyproject.toml?e2e/if this feature depends on updated plugins?