Clear Filters
Clear Filters

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

10 views (last 30 days)
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 Comments
Fangjun Jiang
Fangjun Jiang on 1 Apr 2022
emlc stands for Embedded MATLAB Coder? Need to dig in the report to see if there are detailed messages.

Sign in to comment.

Answers (1)

Esha Chakraborty
Esha Chakraborty on 5 Apr 2022
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.

Categories

Find more on Get Started with GPU Coder in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!