Can GPU Coder be used to generate code to the Nvidia Jetson Xavier on Windows?

1 visualización (últimos 30 días)
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 comentario
Walter Roberson
Walter Roberson el 19 de Sept. de 2019
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.

Iniciar sesión para comentar.

Respuesta aceptada

Hariprasad Ravishankar
Hariprasad Ravishankar el 11 de Oct. de 2019
Hi Joseph,
GPU Coder added support for TensorRT library on Windows host in R2019b.
Please find the release notes here:
However, you if you are interested in targeting Jetson boards from Windows host using the GPU Coder Support Package for NVIDIA GPUs in R2019a, you can do so by updating the software support package to the latest version.
Hari

Más respuestas (0)

Categorías

Más información sobre Get Started with GPU Coder en Help Center y File Exchange.

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by