필터 지우기
필터 지우기

Test GPU code generation failed with the error 'emlc:compilationError'

조회 수: 11 (최근 30일)
慧明 张
慧明 张 2022년 4월 1일
댓글: 贝宁 竺 2022년 4월 11일
cuDNN Environment : PASSED (Warning: Deep learning code generation has been tested with cuDNN v8.1. The provided cuDNN library v7.6 may not be fully compatible.)
TensorRT Environment : FAILED (Unable to find the 'NVIDIA_TENSORRT' environment variable. Set 'NVIDIA_TENSORRT' to point to the root directory of a TensorRT installation.)
Profiling Environment : PASSED
Basic Code Generation : FAILED (Test GPU code generation failed with the error 'emlc:compilationError'. View report for further information: View report)
Could anyone help me out of this problem? Thanks a lot in advance!
R2021a,CUDA v9.2,cudnn v7.6,MX150
  댓글 수: 5
Fangjun Jiang
Fangjun Jiang 2022년 4월 1일
emlc stands for Embedded MATLAB Coder? Need to dig in the report to see if there are detailed messages.
贝宁 竺
贝宁 竺 2022년 4월 11일
你解决这个问题了吗,我也遇到了同样的问题

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

답변 (1개)

Esha Chakraborty
Esha Chakraborty 2022년 4월 5일
Hi 慧明 张,
I understand that you are encountering - Test GPU code generation failed with the error 'emlc:compilationError', in you DL basic code generation problem. Most often this error is indicative of an incompatible compiler. You can check which c++ compiler is being used by executing the following command at the command line:
mex -setup c++
You can find the list of the supported compilers for GPU coder here.
In addition to the "Verify Setup" steps, you can also ensure that all the details are taken care of, by refering to the GPU coder setup documentation here.
Another possible source of this error message for DL basic code generation is an incorrect cuDNN version. Make sure that you are using the specified version of cuDNN from the install prerequisites page.
This is likely to solve your issue.

카테고리

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