Matlab GPU coder for Xavier Jetson AGX
1 view (last 30 days)
Show older comments
Hi all,
What is the minimum hardware requirement for using gpu coder appplication for the genration cuda code to be executed in nvidia jetson agx module?
Becausee the nvidia jetson agx module doesnot support matlab application because its an arm architecture processor.
So confused in handling the gpu coder application in this case. Having some insights will be very helpful to proceed further.
Thanks in advance.
0 Comments
Answers (2)
Ramakrishna Mandalapu
on 7 Apr 2022
Hi Gayathri,
Thanks for writing to us.
From your question I understood that you are tying to run MATLAB on the Jetson AGX module. You can not run MATLAB on it but you can generate CUDA code using GPU Coder on the host (your PC) and using "MATLAB Coder Support Package for NVIDIA Jetson and NVIDIA DRIVE Platforms" it can be deployed on the NVIDIA Jetson AGX module.
GPU Coder related information can be found here Installing Prerequisite Products - MATLAB & Simulink (mathworks.com).
MATLAB Coder Support Package for NVIDIA Jetson and NVIDIA DRIVE Platforms can be found here MATLAB Coder Support Package for NVIDIA Jetson and NVIDIA DRIVE Platforms Documentation (mathworks.com).
You can start deploying GPU Coder generated code on Jetson with this example Getting Started with the MATLAB Coder Support Package for NVIDIA Jetson and NVIDIA DRIVE Platforms - MATLAB & Simulink (mathworks.com).
Thanks
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!