Intel® Advisor Help
Analyze OpenCL™ and oneAPI Level Zero programs running on Intel® Graphics.
Analysis Workflow > Baseline Device > GPU
Project Properties > Analysis Target > Performance Modeling > GPU
--profile-gpu --no-profile-gpu |
Off (no-profile-gpu)
Prerequisite: Set up system environment to enable GPU kernel profiling.
Use this option to analyze a GPU-enabled application that uses Data Parallel C++, OpenMP* target, or OpenCL™ programming model.
Run the Roofline analysis and enable GPU profiling to analyze OpenCL™ and oneAPI Level Zero programs running on Intel® Graphics.
advisor --collect=roofline --profile-gpu --project-dir=./advi_results -- ./myApplication
advisor --collect=survey --static-instruction-mix --profile-gpu --project-dir=./advi_results -- ./myApplication
advisor --collect=tripcounts --flop --profile-gpu --project-dir=./advi_results -- ./myApplication
advisor --collect=projection --profile-gpu --project-dir=./advi_results -- ./myApplication