-
Notifications
You must be signed in to change notification settings - Fork 23
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
Auxiliary scripts used to perform experiments with multiple models and security. #2
base: master
Are you sure you want to change the base?
Conversation
Co-Authored-By: Plinio Silveira <[email protected]>
Co-Authored-By: Plinio Silveira <[email protected]>
Auxiliary scripts used to perform experiments with multiple models and security.
The objective of adding MIN_N_TILE is not clear. Please clarify why this is necessary. |
MIN_N_TILE is used to guarantee that it will generate instructions for at least N tiles. The tiles not used have only a halt instruction. This is used to make fair comparison between models with different number of tiles, so they can run in the exactly same puma architecture. |
How does adding more tiles make the comparison more fair if these tiles are not doing anything? |
Because idle tiles stills counts static energy and area. |
A part of a research from PUCRS.