If gpu computing or convert to mex file help to accelerate the code
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Chaoyang Jiang
el 28 de Abr. de 2018
Comentada: Chaoyang Jiang
el 1 de Mayo de 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.
0 comentarios
Respuesta aceptada
Joss Knight
el 29 de Abr. de 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.
Más respuestas (0)
Ver también
Categorías
Más información sobre GPU Computing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!