Intel® Advisor Help
Collect memory traffic generated by OpenCL™ and Intel® Media SDK programs executed on Intel® Processor Graphics.
--gpu-carm--no-gpu-carm |
On (gpu-carm)
GPU profiling is applicable only to Intel® Processor Graphics.
This option may affect the performance of your application on the CPU side.
Run a Survey analysis with GPU profiling enabled.
advisor --collect=survey --profile-gpu --project-dir=./advi_resuls -- ./myApplication
Run a Trip Count and FLOP analysis, enable GPU profiling and explicitly enable CARM traffic metrics collection.
advisor --collect=tripcounts --flop --profile-gpu --gpu-carm --project-dir=./advi_resuls -- ./myApplication