IMX6 Dual opencl

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX6 Dual opencl

788 Views
aartitrivedi
Contributor I

Hi All,

I am new to opencl, I am working on opencl on Imx6 dual board, and I ran vector computation

example given in white paper for imx6, and I am profiling each and every stage of it using CL_QUEUE_PROFILING_ENABLE while creating command queue

and profiling EnqueNDRangekernel using event and CL_PROFILING_COMMAND_START and CL_PROFILING_COMMAND_END, it shows 18ms for

EnqueNDRangekernel, I want to understand how it is taking 18ms, I am following below link for vector compute example:

White Paper on get started with OpenCL on iMX6.pdf

Is there any other profiling tool for opencl where I can see and validate my profiling.

Please note I am using poky toolcahin from yocto.

Thanks,

Arti

Labels (3)
0 Kudos
1 Reply

426 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Aarti,

Please check the i.MX6 Graphic user guide that comes with your BSP documentation folder installation, it includes all information to enable the VTK component that includes hardware performance profiling utility (vProfiler) for graphing the performance metrics, also OpenCL emulator.

Regards

0 Kudos