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

CI for Benchmarking #34

Draft
wants to merge 36 commits into
base: dev
Choose a base branch
from
Draft

CI for Benchmarking #34

wants to merge 36 commits into from

Conversation

fpjentzsch
Copy link

@fpjentzsch fpjentzsch commented Jan 29, 2025

Adds benchmarking suite to GitLab CI, next to the existing test suite.

There will be at least 3 types of benchmark suite:

  • "Reduced": A few variants of the most important models, used for regression testing alongside test suite for PRs to dev
  • "Full": Large gridsearch intended for fitting QoR estimation models on the result, only run on demand
  • Manual: A config file can be submitted via API/Web to run a one-off experiment

Merge branches:
There are currently 2 merge branches to enable 2 types of design-under-test (DUT) that are defined in this PR, but cannot run without additional branches merged in:

TODO:

  • Benchmark suite selector
  • Switch from JSON to YAML?
  • Upload of key metrics to central location for monitoring of regression tests
  • Parse more metrics from the build flow
  • Cleanup and refactoring

Extensions:

  • Integrate new instrumentation wrapper/harness
  • Integrate new measurement setup

DUTs to add:

  • MVAU
  • VVAU
  • SWG
  • Thresholding
  • Synthetic non-linear model (for testing FIFO-sizing)
  • Transformer: Dummy, GPT, RadioML, RadioML ConvFormer
  • ResNet-50
  • MobileNetV1
  • VGG-10
  • MetaFi

@fpjentzsch fpjentzsch self-assigned this Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

1 participant