GPU acceleration option is not visible
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Why GPU ACCELERATION option is not available in my Simulink Model. I have got GPU CODER license.
Please help.
4 Commenti
Chao Luo
il 24 Lug 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');
Risposte (0)
Vedere anche
Categorie
Scopri di più su Get Started with GPU Coder in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!