After collecting results in the command line for a basic hotspots analysis,
"amplxe-cl -collect hotspots -r r000hs -knob enable-gpu-usage=true -knob enable-gpu-runtimes=true MyWorkload.exe",
where MyWorkload.exe contains openCL kernels running on Intel GPU, how do we generate a report that contains GPU statistics like EU array active, idle, stalled? The gpu-computing-tasks report is not showing this kind of data after the following command:
"amplxe-cl -report gpu-computing-tasks -r r000hs -report-output MyReport.csv -format csv -csv-delimiter comma".
I don't want to use the GUI since I'm looking into calling VTune from a batch file using the command line.
Any help is appreciated. Thanks in advance.