You are not logged in.
Pages: 1
I have my laptop which is an Ideapad 3. It has 12th generation i7 and an RTX 3060 GPU. I do a lot of work with machine learning models and neural networks so when i train these models, i need to make sure they are making use of the GPU and not CPU.
However, as i have seen, currently they are making use of the CPU.
How can i configure my GPU on arch system. Also if there is a way to monitor GPU usage?
Thanks in advance to anyone who replies.
Offline
Install the nvidia graphics driver, as detailed in https://wiki.archlinux.org/title/NVIDIA#Installation and then install nvidia-prime to make use of the GPU on demand: https://wiki.archlinux.org/title/PRIME# … er_offload
For monitoring nvidia provides the nvidia-smi cmdline utilty and a xorg application, which will however only reliably work on xorg.
Seeing as you want to use GPGPU maybe also check https://wiki.archlinux.org/title/GPGPU#CUDA and https://wiki.archlinux.org/title/GPGPU#NVIDIA
If this doesn't help maybe get more detailed on "as I have seen still making use of the CPU" which tools are you talking about and on which logs are you inferring this statement from.
Offline
For additional GPU monitoring: nvtop
Offline
Pages: 1