omniperf icon indicating copy to clipboard operation
omniperf copied to clipboard

Workload Characterization Scripts

Open dwchang79 opened this issue 1 year ago • 0 comments

Adding three new workload characterization python scripts:

  1. workload-characterization.py - a script that parses omnitrace and omniperf data and analyzes the workload for performance bottlenecks.
  2. plot-roofline.py - generates a HTML interactable roofline plot of the workload.
  3. plot-characterization.py - generates two plots showing the CPU/GPU end-to-end timing and another showing the GPU bottlenecks.

Documentation can be found here: https://github.com/dwchang79/omniperf/blob/2.x/src/docs/Workload_Characterization_Manual.pdf

dwchang79 avatar Feb 08 '24 21:02 dwchang79