Maxime Schmitt

Results 77 comments of Maxime Schmitt

I will keep this issue around as a meta-issue to centralize the information on other vendors / driver support.

@thomas-zimmerman I created #144 for your issue

The Intel sysfs change has been proposed for Linux 5.19: https://lore.kernel.org/dri-devel/Ymkfy8FjsG2JrodK@tursulin-mobl2/

@servesh Thanks for the link. I was not aware that oneAPI provided such library. This seems like a good opportunity to simplify the accelerator discovery and query. I'll see if...

Hello, nvtop will try to dynamically load libnvidia-ml.so or libnvidia-ml.so.1 to query the GPU state. Is this library installed? Can you also please provide the nvidia driver version

It usually comes packaged with the NVIDIA drivers or CUDA. https://packages.ubuntu.com/jammy/libnvidia-ml-dev seems to provide it for Ubuntu.

According to the [NVIDIA website](https://developer.nvidia.com/nvidia-management-library-nvml) it should be included with cuda. It may be in a non-standard location, you could search for it on your system `find / -name libnvidia-ml.so.1`....

Closing for inactivity. Feel free to reopen if the issue persists.

According to the kcmp manual page (https://linux.die.net/man/2/kcmp), the syscall was introduced in the linux kernel 3.5. In your case you might need to install the kernel headers for your kernel....

If you don't have AMD GPUs you can also pass -DAMDGPU_SUPPORT=OFF to cmake