When I ran the program I created on another PC with a GPU, the GPU in the Jetson Orin Nano Developer Kit did not seem to be working.
I ran nvcc -version and got the following result.
±-------------------------------------------------------------+
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2023 NVIDIA Corporation
Built on Tue_Aug_15_22:08:11_PDT_2023
Cuda compilation tools, release 12.2, V12.2.140
Build cuda_12.2.r12.2/compiler.33191640_0
±-------------------------------------------------------------+
Next, nvidia-smi was run with the following results.
±--------------------------------------------------------------------------------------+
| NVIDIA-SMI 540.2.0 Driver Version: N/A CUDA Version: 12.2 |
|-----------------------------------------±---------------------±---------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
ECC | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | | MIG M. | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr.
| MIG M. | ++++
| =========================================+======================+======================|
| 0 Orin (nvgpu) N/A | N/A N/A N/A | N/A
| N/A N/A N/A N/A / N/A | Not Supported | N/A N/A |
| N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A
±----------------------------------------±---------------------±---------------------+
±--------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=======================================================================================|
| No running processes found |
±--------------------------------------------------------------------------------------+
I thought gpu was not running because the driver was not installed, although CUDA was installed.
Does sudo apt install nvidia-jetpack not install the driver?
If not, what should I do?
The version of Jetpack is 6.0-b52.
Thank you in advance for your answer.