フィルターのクリア

Jetson's Nano GPU as a GPU device

12 ビュー (過去 30 日間)
Jagoda Wojcik
Jagoda Wojcik 2022 年 2 月 16 日
回答済み: Ramakrishna Mandalapu 2023 年 1 月 20 日
I have managed to successfully connect with my NVidia Jetson Nano 2GB board. I can see from the connection details, that a GPU of the Jetson is NVIDIA Tegra X1.
I would like to use this GPU for deep learning network training (as in parallel computation). I thought that when I successfully connect with Jetson, Matlab will detect available GPU and set it as my gpuDevice.
However, when I type in gpuDevice, it returns error:
The CUDA driver could not be loaded. The library name used was 'nvcuda.dll'.
The specified module could not be found.
I have downloaded and installed CUDA Toolkit. I tried searching for NVIDIA Tegra X1 drivers to install on my windows system, but can't find them. Is it even possible to run Matlab computation using GPU embedded on Jetson board?
  2 件のコメント
Nathan Malimban
Nathan Malimban 2022 年 2 月 16 日
Hi Jagoda,
When you installed the toolkit from NVIDIA's website, did you also install the driver? I believe the installation gives you the option to install one, or the other, or both. It's possible you only installed the toolkit.
You can also take a look at the answer to this MATLAB Answers post, as it looks similar:
https://www.mathworks.com/matlabcentral/answers/501461-installed-cuda-but-unable-to-run-gpuarrays
Jagoda Wojcik
Jagoda Wojcik 2022 年 2 月 16 日
Hi Nathan,
Thank you for your reply.
I did install the toolkit only, so I am aware it is probably missing a driver. The problem is, I tried searching for NVIDIA Tegra X1 driver (this is a GPU on Jetson Nano 2GB) and it looks like it is only possible to install the driver as a whole package that comes specifically for the board. I coudn't find a Windows version. This made me thinking perhaps it is impossible to use this GPU with Matlab for computing... Hopefully not! Any suggestions?

サインインしてコメントする。

回答 (1 件)

Ramakrishna Mandalapu
Ramakrishna Mandalapu 2023 年 1 月 20 日
Hi Jagoda,
Jetson Nano's GPU is outside of MATLAB environment, so you can not use this as the one on your host (where MATLAB runs). Though you can excercise various workflows on this board using GPU Coder and MATLAB Coder Support Package for NVIDIA Jetson and NVIDIA DRIVE Platforms.

カテゴリ

Help Center および File ExchangeGet Started with GPU Coder についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by