GPU acceleration option is not visible
Mostrar comentarios más antiguos
Why GPU ACCELERATION option is not available in my Simulink Model. I have got GPU CODER license.
Please help.
4 comentarios
Walter Roberson
el 22 de Jul. de 2023
The headers in the image suggest R2017b but you marked R2021b for the question. Could you clarify which release you are using?
TeraWatt
el 22 de Jul. de 2023
Chao Luo
el 24 de Jul. de 2023
Can you try getting and setting GPUAcceleration using command line:
get_param('GE_PhaseControl_v01_R2017b', 'GPUAcceleration');
set_param('GE_PhaseControl_v01_R2017b', 'GPUAcceleration', 'on');
TeraWatt
el 26 de Jul. de 2023
Respuestas (0)
Categorías
Más información sobre Modeling en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!