Using Intel HD Graphics for CUDA code generation in Matlab.
조회 수: 3 (최근 30일)
이전 댓글 표시
Hello guys,
I want to be able to load a Deep Learning model within Simulink, and for this I need to generate CUDA code. Currently, my laptop posses an Intel HD Graphics card (is a Toshiba Satellite with i3 processor). Far as I'm concerned, I need an NVIDIA graphics card or at least a graphic card that is CUDA enabled.
Is there a workaround to these kind of situations, without actually having to buy NVIDIA hardware?
Thanks for your time and hoping you can help me solve this,
Aquiles
댓글 수: 1
Gautam
2023년 3월 2일
CUDA is only for NVIDIA graphics. Other GPUs tend to use vendor specific supported APIs.
The only way you can run the model is by generating plain C code, which runs on CPU.
답변 (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!