GPU acceleration option is not visible
Show older comments
Why GPU ACCELERATION option is not available in my Simulink Model. I have got GPU CODER license.
Please help.
4 Comments
Walter Roberson
on 22 Jul 2023
The headers in the image suggest R2017b but you marked R2021b for the question. Could you clarify which release you are using?
TeraWatt
on 22 Jul 2023
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');
TeraWatt
on 26 Jul 2023
Answers (0)
Categories
Find more on Modeling in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!