Imx6Q/D opencl data from IPU to GPU using DMA

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

Imx6Q/D opencl data from IPU to GPU using DMA

638 Views
aartitrivedi
Contributor I

Hi,

I want to copy image data from IPU of IMX6Q to GPU using DMA using Opencl, Is there any way to

do using opencl?

Thanks,

Arti

Labels (2)
0 Kudos
1 Reply

398 Views
jamesbone
NXP TechSupport
NXP TechSupport

hello Aarti,

OpenCL it is going to use direclty the GPU, so the only thing that we need to route it is the IPU buffer, which it is done at EGL layer,  so I basically if you do your application in OpenCL and you are getting info from a Camera this the routing to the GPU it is going to be automatic done by the driver layers. here is a document on how to add OpenCL

GPU Compute and OpenCL: Hello Compute World application

0 Kudos