Upgrade tt-metal(ium) level tests such as pgm dispatch benchmarks to use new benchmark data infra #15979
Labels
data-collection
collab ticket with data science team
infra-ci
infrastructure and/or CI changes
P2
perf
for issues tracking performance problems/improvements
performance monitoring
Feature or bug related to performance monitoring
What is the context?
There is some existing benchmarking infrastructure that can record performance results or benchmarks and upload them to a central Superset dashboard for later presentation and consumption.
The tools themselves were written by @skhorasganiTT and are housed in
models/perf/benchmarking_utils.py
. Infra team manages the infrastructure that transforms and submits the data to data teams' pipeline.An example of use is here:
falcon7b_common/demo/demo.py
Though it was written with models in mind, it should be easily applicable to runtime-level benchmarks.
What is there to do?
The current infrastructure is only supported in Python and was written with models in mind.
So, the following will likely need to be done by runtime team:
The text was updated successfully, but these errors were encountered: