GPU acceleration option is not visible
3 views (last 30 days)
Show older comments
Why GPU ACCELERATION option is not available in my Simulink Model. I have got GPU CODER license.
Please help.
4 Comments
Chao Luo
on 24 Jul 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');
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!