Intel® Advisor Help
Analyze OpenCL™ and oneAPI Level Zero programs running on Intel® Graphics.
--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 --project-dir=./advi --profile-gpu -- myApplication
$ advisor --collect=survey --stackwalk-mode=online --static-instruction-mix --profile-gpu --project-dir=./advi -- myApplication
$ advisor --collect=tripcounts --flop --profile-gpu --project-dir=./advi -- myApplication
$ advisor --collect=projection --project-dir=./advi --profile-gpu -- myApplication