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
Walter Roberson
2023년 7월 22일
The headers in the image suggest R2017b but you marked R2021b for the question. Could you clarify which release you are using?
TeraWatt
2023년 7월 22일
Chao Luo
2023년 7월 24일
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
2023년 7월 26일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Modeling에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!