GPU acceleration option is not visible

Why GPU ACCELERATION option is not available in my Simulink Model. I have got GPU CODER license.
Please help.

4 Comments

The headers in the image suggest R2017b but you marked R2021b for the question. Could you clarify which release you are using?
Hi thanks for your replay. The model was initially built using 2017 and it is part of the simulink file name. This model was imported to MATLAB 2021b but I've never changed its name.
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');
Thnaks very much for your help.

Sign in to comment.

Answers (0)

Categories

Find more on Modeling in Help Center and File Exchange

Products

Release

R2021b

Asked:

on 22 Jul 2023

Commented:

on 26 Jul 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!