Who can I use GPU to speed up my Matlab code?

I have a lot of a lot of loops inside each other, I want to use my GPU or a way to speed up the running of my code.

Answers (2)

Please take a look at this page.
You should try to avoid using loops if possible and try to convert them to matrix-based calculations.
If it is inevitable, you can check the bottole necks and compile them as .mex files.

Categories

Find more on Get Started with GPU Coder in Help Center and File Exchange

Products

Asked:

on 15 Dec 2020

Answered:

on 16 Dec 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!