Error using coder.checkGpuInstall ( Test GPU code generation failed with the error 'emlc:compilationError' )

조회 수: 19 (최근 30일)
A connection is established with Nvidia Jetson nano but, when tried to use the hardware object, we are facing with the below Error.
hwobj = jetson('hostname/ipaddress','username','password');
envCfg = coder.gpuEnvConfig('jetson');
envCfg.DeepLibTarget = 'cudnn';
envCfg.DeepCodegen = 1;
envCfg.HardwareObject = hwobj;
envCfg.Quiet = 1;
coder.checkGpuInstall(envCfg)
Cuda and cudnn not recognized:
Also installed Microsoft Visual studio, but the error is still not resolved.
How do I solve this error?
Thanks in advance!
  댓글 수: 1
Ramakrishna Mandalapu
Ramakrishna Mandalapu 2023년 1월 17일
Hi Sainath,
The first check is on the Jetson and the second check is on the host. in the first check, you need to know where the issue occurred by making the envCfg.Quiet to 0 and running the checkGPUInstall(envCfg) again. Please let us know the output of this command, so that we could help.
Thanks,
Ramakrishna

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with GPU Coder에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by