rapidsai / jupyterlab-nvdashboard

A JupyterLab extension for displaying dashboards of GPU usage.
BSD 3-Clause "New" or "Revised" License
598 stars 78 forks source link

libnvidia-ml.so.1 not available on Tegra platform #65

Closed Tiemichael closed 4 years ago

Tiemichael commented 4 years ago

As libnvidia-ml.so.1 is not available on Tegra platform, but required by jupyterlab-nvdashboard the dashboard is not running on devices like Jetson Nano and many others. Is there any chance to 'replace' libnvidia-ml.so.1 with a shared lib available also on tegra?

jakirkham commented 4 years ago

This requirement comes from pynvml. That said, I'm not sure how we would support equivalent functionality without NVML. Do you have a suggestion?

Tiemichael commented 4 years ago

Sorry, no idea how to overcome ... Thanks for the quick reply!