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

1 visualizzazione (ultimi 30 giorni)
Rahim Rahim
Rahim Rahim il 15 Dic 2020
Risposto: Rahim Rahim il 16 Dic 2020
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.

Risposte (2)

Hiro Yoshino
Hiro Yoshino il 15 Dic 2020
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.

Rahim Rahim
Rahim Rahim il 16 Dic 2020
yup

Categorie

Scopri di più su MATLAB Compiler in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by