Forum Topic - How can I use openCL ( not openGL ) in QNX( x86 target )?: (3 Items)
   
How can I use openCL ( not openGL ) in QNX( x86 target )?  
How can I use openCL  ( not openGL ) in QNX( x86 target )?

It's a good choose to use openCL or CUDA  for massive computation . But I can find nothing about how to using openCL or 
CUDA in QNX .   I wander  how can I use openCL or CUDA  in qnx .

Our lab is trying to do some vision based servo control on QNX? But It's a problem that the computation speed can't 
reach real time level .
Re: How can I use openCL ( not openGL ) in QNX( x86 target )?  
Hi,

real-time doesn't mean speed. If you need computation power use
multicore CPUs and parallelize your application. Or port CUDA and/or
OpenCL ...

--Armin

robort smith wrote:
> How can I use openCL  ( not openGL ) in QNX( x86 target )?
>
> It's a good choose to use openCL or CUDA  for massive computation . But I can find nothing about how to using openCL 
or CUDA in QNX .   I wander  how can I use openCL or CUDA  in qnx .
>
> Our lab is trying to do some vision based servo control on QNX? But It's a problem that the computation speed can't 
reach real time level .
>
>
>
> _______________________________________________
>
> OSTech
> http://community.qnx.com/sf/go/post109498
> To cancel your subscription to this discussion, please e-mail ostech-core_os-unsubscribe@community.qnx.com
>

Re: How can I use openCL ( not openGL ) in QNX( x86 target )?  
So It's means that openGL is not support offically ; And  if  I want want to use it now , I have to port it myself ?