Can GPU Coder be used to generate code to the Nvidia Jetson Xavier on Windows?
显示 更早的评论
I'm trying to run this example: https://www.mathworks.com/help/gpucoder/examples/tensorrt-target.html
I just finished setting up CUDA and cuDNN, but not TensorRT and ran this code to check it anyways:
envCfg = coder.gpuEnvConfig('host');
envCfg.DeepLibTarget = 'tensorrt';
envCfg.DeepCodegen = 1;
envCfg.Quiet = 1;
coder.checkGpuInstall(envCfg);
What was returned was this:
Error using coder.checkGpuInstall (line 32)
One or more of the system checks did not pass, with the following errors ...
TensorRT Environment: (TensorRT is not supported on this platform. It is only supported on Linux operating
systems.)
Is it true that I need to switch over to linux to run TensorRT? I thought that both Windows and Linux were supported.
1 个评论
Walter Roberson
2019-9-19
Speculation: it might be a version difference, as I notice you are using R2019a.
Unfortunately my license does not permit me to look at the archived documentation for GPU Coder to check release requirements.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 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!