-
Notifications
You must be signed in to change notification settings - Fork 414
Noc QoR measurement #2479
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
Merged
Merged
Noc QoR measurement #2479
Conversation
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
This script downloads a compressed file containing NoC MLP netlists and extracts them into appropriate directories. Compressed files are still to be uploaded. Vaughn suggested they should be uploaded onto EECG network.
…marks Created symbolic links are ignored
If blif and traffic flow symlinks already exits, recreate them Ignores downloaded tar.gz files
vaughnbetz
reviewed
Jan 22, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good; just asking for commenting in some places and one variable name change.
vtr_flow/tasks/noc_qor/large_complex_synthetic/config/config.txt
Outdated
Show resolved
Hide resolved
@vaughnbetz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
build
Build system
docs
Documentation
lang-make
CMake/Make code
lang-netlist
lang-python
Python code
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.
Description
This PR adds scripts, VTR tasks, and documentaion to facilitate QoR measurement for NoC benchmarks.
Related Issue
Issue 2436
Motivation and Context
Prior to this PR, QoR measurements for NoC benchmarks were neither documented nor automated. This PR adds a script to download blif files for MLP benchmarks, adds VTR tasks to run NoC benchmarks and measure QoR metrics, and documents how these tasks and script can be used to automate QoR measurement for NoC benchmarks.
How Has This Been Tested?
NoC QoR measurement tasks were run on wintermure.
The Pyhton script for downloading and integrating MLP benchmarks was tested on wintermute and a machine outside the EECG network.
Types of changes
Checklist: