I have a C++ code and I execute C++ code in IOS device ( IPAD) which takes around 1 sec as execution time. I need to increase the performance of the code by running it in GPU.
Is it possible to run my particular C++ code in GPU? If possible can somebody list out the steps to run a C++ code in GPU? My main aim is to increase the performance of the current C++ code from 1 sec to milliseconds.