I have a complex algorithm, which takes significant time to compute. It is easily parallelizable though. One part of the algorithm is FFT for example. Is there a way to move some part of the computation to GPU instead of CPU on Android ?
Asked
Active
Viewed 111 times
0
-
I have my doubts about whether this is possible. – Tony The Lion Nov 30 '12 at 10:34
-
http://stackoverflow.com/questions/9005352/how-to-use-opencl-on-android – Selvin Nov 30 '12 at 10:41
-
http://stackoverflow.com/questions/12336862/is-it-possible-to-program-gpu-for-android – tpg2114 Nov 30 '12 at 10:41