Does VTune support viewing the Command Queue of the CPU (maybe Computing Tasks of CPU?)
I can see the GPU (HD Graphics) command queue (its events, kernel, write/read, etc), but nothing related with the OpenCL in the CPU. I created 2 command queues: one for the CPU and other for the GPU. And I perform actions in both queues, but in the VTune 2018 I can only see the GPU related ones.
How can I see the OpenCL command queue of the CPU?
My system is Linux.