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!