If gpu computing or convert to mex file help to accelerate the code
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Chaoyang Jiang
am 28 Apr. 2018
Kommentiert: Chaoyang Jiang
am 1 Mai 2018
Attached is the profiling results of my code, where the most time-consuming lines are those from build-in functions(e.g., find, max, min,...). As my code cannot be vectorized or run in parallel, I am wondering how to speed up the code? If gpu computing or convert to mex file help for this case?
Thank you very much.
![](/matlabcentral/answers/uploaded_files/115086/C3D27E6A-1413-4A64-B10F-3199B3692935.png)
0 Kommentare
Akzeptierte Antwort
Joss Knight
am 29 Apr. 2018
It doesn't look as though the problem is the speed of execution of those functions, so much as the number of times they are called. You should have a go at removing your loops by vectorizing your code.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu GPU Computing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!