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

9 次查看(过去 30 天)
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.

请先登录,再进行评论。

回答(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