What kind of work benifits from OpenCL
Posted
by Daniel
on Stack Overflow
See other posts from Stack Overflow
or by Daniel
Published on 2010-05-19T22:32:42Z
Indexed on
2010/05/19
22:50 UTC
Read the original article
Hit count: 189
opencl
|scientific-computing
Hey All
First of all:
- I am well aware that OpenCL does not magically make everything faster
- I am well aware that OpenCL has limitations
So now to my question, i am used to do different scientific calculations using programming. Some of the things i work with is pretty intense in regards to the complexity and number of calculations. SO i was wondering, maybe i could speed things up bu using OpenCL.
So, what i would love to hear from you all is answers to some of the following [bonus for links]:
*What kind of calculations/algorithms/general problems is suitable for OpenCL
*What is the general guidelines for determining if some particular code would benefit by migration to OpenCL?
Regards
© Stack Overflow or respective owner