i setup new jetson xavier using the sdk manager. i have a vanilla install and can’t seem to access the GPU.
the nvidia -smi tool is not installed. how do i get this setup so my containers can use the GPU?
i setup new jetson xavier using the sdk manager. i have a vanilla install and can’t seem to access the GPU.
the nvidia -smi tool is not installed. how do i get this setup so my containers can use the GPU?
Hello,
Welcome to the NVIDIA Developer forums. I am moving this over to the Jetson section for better visibility.
Hi,
nvidia-smi is a desktop GPU tool.
On Jetson, please check system status with tegrastats.
You can also check the CUDA functionality with deviceQuery sample:
$ cd /usr/local/cuda/samples/1_Utilities/deviceQuery
$ sudo make
$ ./deviceQuery
Thanks.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.