Imx6Q/D opencl data from IPU to GPU using DMA

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Imx6Q/D opencl data from IPU to GPU using DMA

1,016 次查看
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

标签 (2)
0 项奖励
回复
1 回复

776 次查看
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 项奖励
回复