Skip to content
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

[Autotuner] WIP: Regression test 1 #2329

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

luarss
Copy link
Contributor

@luarss luarss commented Sep 7, 2024

This PR currently aims to implement regression for the default usage (python distributed.py --design <> --platform <> --config <> tune --samples <>).
Future works can benchmark other algorithms

Explanation

  • The QoR benchmark are obtained by running 100 trials of each Ray version-platform-design combination. The value in the tests are the highest 1st quartile QoR for each combination.
  • Ray version: 2.7, 2.8, 2.9
  • Platform: asap7, sky130hd, ihpsg13g2
  • Design: gcd, aes, ibex
  • Criteria for passing each regression is that the QoR must be within ±25% of the baseline

Note

  • This regression should be activated only when AT/related files are touched.
  • When tools/Autotuner/requirements.txt is changed
  • When autotuner.json is changed -> test on that design
  • When distributed.py is changed.
  • Also track Makefile. Things that can potentially alter flow results

Tasks

  • Need to recalibrate with new changes

@luarss luarss marked this pull request as draft September 14, 2024 05:06
@luarss luarss changed the title [Autotuner] Regression test 1 [Autotuner] WIP: Regression test 1 Sep 14, 2024
Signed-off-by: Jack Luar <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant