Coder codegen on multiple cores

5 visualizaciones (últimos 30 días)
Kyösti Alkio
Kyösti Alkio el 29 de Sept. de 2022
Respondida: Denis Gurchenkov el 30 de Sept. de 2022
Is it possible to run codegen on multiple cores / threads? Currently codegen takes quite a while and I imagine it would be faster if multiple cores were used.

Respuestas (1)

Denis Gurchenkov
Denis Gurchenkov el 30 de Sept. de 2022
Unfortunately, no, MATLAB Coder / codegen can't run in parallel. It is a good idea and the development team is aware of it, but this task is not trivial.
If you have an example that takes a long time to generate code and your example does not contain proprietary algorithms, you cna help the development team by sharing your code. We can profile, lear what part of the code generation process is slow, and try to make codegen faster. If you can share your code, please contact MathWorks technical support and ask them to pass the exaple to the MATLAB Coder develoment team.
Thanks!

Categorías

Más información sobre MATLAB Coder en Help Center y File Exchange.

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by