GPU acceleration option is not visible
조회 수: 4 (최근 30일)
이전 댓글 표시
Why GPU ACCELERATION option is not available in my Simulink Model. I have got GPU CODER license.
Please help.
댓글 수: 4
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');
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with GPU Coder에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!