Can Simscape model mask parameter be a gpu array?
3 次查看(过去 30 天)
显示 更早的评论
I'm trying to speed up the simulation execution, and I was wondering:
if I have a Nvidia GPU and Parallel toolbox installed, with of course Matlab, Simulink, Simscape, Simscape electrical and so on ..
Can I decalre a GPUarray in the workspace and give it as input in the mask of a Simscape element? (a FEM parametrized rotary actuator for example)
If it's not possible, is there any plan to do this in future?
It should be great
Thanks
Federico
0 个评论
回答(1 个)
Bruno Rodriguez Esteban
2020-10-29
Hi Federico,
GPU Coder does not support Simscape models. GPUs can speed up the simulation if the model can be paralellized, but I believe that is not the case for most Simscape models.
I would suggest a different approach (if you haven't tried it yet) to speed up simulation. Please take a look at this link:
Alternatively, you can explore generating HDL code and run your moodel in a FPGA to accelerate your models. Please take a look at some links below:
Regards,
Bruno.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simscape Electrical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!