Post Your Answer
6 years ago in Software Implementation And Tools By Pragati
How can I run the same MATLAB program using the GPU?
I developed a JPEG image compression using MATLAB. And now, how can i run the same MATLAB program using the GPU. Please, give the suggestion regarding the issue.
All Answers (2 Answers In All)
By Pranav Answered 6 years ago
Reply to Pranav
By Raghu Answered 6 years ago
Sure you can try to use the parallel computing toolbox, if you developed the JPEG image compression using MATLAB. Using the toolbox, you can/might combine the calculations based on the CPU & GPU processors. You have to clear about the functions that, more and more functions for used in the CPU, might run on the graphics card. Indeed, you need to have a card that’s supported by a toolbox: following the requirements_
1. Minimum of 1 GB RAM per MATLAB worker
2. Minimum of 5 GB space of disk
3. Maximum of 1 MATLAB worker per CPU
4. Latest CUDA driver
You will also need to change the code for your program. Hope, you do your research as well based upon these points. Good luck
Reply to Raghu
Related Questions