OpenCL or CUDA Which way to go?

Posted by holydiver on Stack Overflow See other posts from Stack Overflow or by holydiver
Published on 2010-04-15T12:01:04Z Indexed on 2010/04/15 12:03 UTC
Read the original article Hit count: 243

Filed under:
|
|

I'm investigating ways of using GPU in order to process streaming data. I had two choices but couldn't decide which way to go?

My criterias are as below:

  1. Ease of use.(good API)
  2. Community and Documentation.
  3. Performance
  4. Future

I'll code in C and C++.

© Stack Overflow or respective owner

Related posts about opencl

Related posts about cuda