In the standalone GUI, when no filters are applied
omniperf analyze -p workloads/sample/mi200/ --gui
the HTML page will load data for every single metric and chart. To reduce loading time and compute, only high-level sections should be displayed:
Top Kernels
Speed-of-Light
Memory Chart
The rest of the information can be displayed when kernel or dispatch filters are applied. Which will significantly decrease the compute required to generate results.
In the standalone GUI, when no filters are applied
the HTML page will load data for every single metric and chart. To reduce loading time and compute, only high-level sections should be displayed:
The rest of the information can be displayed when kernel or dispatch filters are applied. Which will significantly decrease the compute required to generate results.