Intel® Advisor Help
Prerequisites:
To configure and run the Offload Modeling perspective from the GUI:
To run the CPU-to-GPU Offload Modeling perspective with the Medium accuracy from the command line interface:
advisor --collect=offload --project-dir=./advi_results -- ./myApplication
To run the GPU-to-GPU Offload Modeling perspective with the Medium accuracy from the command line interface:
advisor --collect=offload --gpu --project-dir=./advi_results -- ./myApplication
See Run Offload Modeling Perspective from Command Line for details. See Run GPU-to-GPU Performance Modeling from Command Line for details about the GPU-to-GPU Offload Modeling.
Once the Offload Modeling perspective collects data, the report opens showing a Summary tab with performance metrics estimated for the selected target platform, such as estimated speedup, potential performance bottlenecks, and top offloaded loops. Depending on the selected accuracy level and perspective properties, continue to investigate the results. See Explore Offload Modeling Results