OpenCl for Arithmetic

Hello,

I have got the task to optimize the speed of an engine. Core part of this system is a Java Class which does computation on fraction part of the numbers in huge amount. Engine becomes unresponsive when millions of calculation comes to it.

Can I use the power of GPU to speed up this task ?

Means transferring all the computational related task to GPU and getting back the result.

As I have tried the example from www.jocl.org …Concluded with „Its takes more time for input and getting the result back“.

so will it really helps me to speed the system ?

Please reply ASAP :slight_smile:

Hello

I recently wrote about a similar question in this post: http://forum.byte-welt.de/showthread.php?p=17753#post17753

Does this help you? Otherwise, can you describe in more detail which sort of computation you are talking about?

bye
Marco