GPU acceleration option is not visible
1 view (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
Categories
Find more on Get Started with GPU Coder 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!