Intel® Advisor Help
Export the interactive Intel® Advisor HTML reports that you can share or open on a remote machine using your web browser.
For the Offload Modeling perspective, you can export two types of HTML reports:
Export Offload Modeling HTML Reports
If you run Offload Modeling perspective from command line interface (CLI)Intel Advisor automatically saves both types of HTML reports. Once the execution is complete, you can find the reports stored in the following directories:
If you run Offload Modeling perspective from GUI, Intel Advisor automatically saves only the legacy report into the <project-dir>/e<NNN>/pp000/data.0 directory.
To get an interactive HTML report for results collected in the GUI, you can export the report using CLI. For example, to export an interactive HTML report as offload_modeling_report.html from the advi_results project, run the following command:
advisor --report=all --project-dir=./advi_results --report-output=./offload_modeling_report.html
where:
View Offload Modeling Interactive HTML Report
The structure of results in Offload Modeling interactive HTML report is similar to a GUI report with the following controls available:
To explore the interactive HTML report, you can download precollected Offload Modeling reports and examine the results and structure.
For details about results interpretation, see Explore Offload Modeling Results.
Remodel Performance for a Custom Target Device
The interactive HTML report includes a Modeling Parameter pane, which you can use to examine the target device characteristics and modify the parameters as needed to model application performance for the future or a custom target:
See Model Application Performance on a Custom Target GPU Device for a full workflow and pane description.
View Offload Modeling Legacy HTML Report
You can switch between the tabs to explore metrics for offloaded and non-offloaded code regions, estimate data transfer taxes, view or download configuration file for the selected target accelerator and examine execution logs.
Intel Advisor enables you to export two types of HTML reports:
Export HTML GPU Roofline Chart using GUI
To export an interactive HTML GPU Roofline chart using GUI, do the following:
Export GPU Roofline Report using CLI
Once the perspective executes, you can export both types of HTML reports using CLI.
To export an interactive HTML report as gpu_roofline_report.html from the ./advi_results project, run the following command:
advisor --report=all --project-dir=./advi_results --report-output=./gpu_roofline_report.html
where:
To export an HTML GPU Roofline chart for floating-point operations data as gpu_roofline.html, make sure that the value of the --project-dir option specifies the path to your project directory and run the following command:
advisor --report=roofline --gpu --project-dir=./advi_results --report-output=./gpu_roofline.html --data-type=float
where:
Once report generation is complete, open it in your preferred web browser.
View Interactive HTML Report for GPU Roofline
You can switch between the Summary and GPU Roofline Regions tabs to examine how your application executes on a GPU, identify top hotspots, and define room for their optimization using a Roofline chart and GPU grid metrics.
To explore the interactive HTML report, you can download a precollected GPU Roofline report and examine the results and structure.
For details about result interpretation, see Explore GPU Roofline Results.
View HTML GPU Roofline Chart
Identify top hotspots and room for optimization of your application running on GPU using a Roofline chart and view the application execution and performance details in the Performance Metrics Summary drop-down section.
For details on results interpretation, see Examine Bottlenecks on a GPU Roofline Chart.
Export an interactive Roofline chart for CPU / Memory Roofline Insights perspective to share it or open on a remote machine using your web browser. This report enables you to visualize performance of your application running on CPU, identify factors limiting your application performance, and define headroom for optimization at different memory levels.
Export HTML CPU Roofline Chart Using GUI
To export an interactive HTML CPU Roofline chart using GUI, do the following:
Export HTML CPU Roofline Chart Using CLI
Intel Advisor enables you to export an HTML CPU Roofline chart using CLI. For example, to export an interactive CPU Roofline chart for floating-point operations data as roofline.html, make sure that the value of the --project-dir option specifies the path to your project directory and run the following command:
advisor --report=roofline --project-dir=./advi_results --report-output=./roofline.html
where:
In addition to the options used in the example command, you can use the following additional options to extend the report with more data:
Once report generation is complete, open it in your preferred web browser.
View CPU HTML Roofline Chart
Identify hotspots for optimization and room for improvement of your application running on CPU and view the application execution and performance details in the Performance Metrics Summary drop-down section.
For more information on interpretation of Roofline charts, see Examine Bottlenecks on CPU Roofline Chart.