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

Support for WSL (Windows Subsystem for Linux) #74

Open jakirkham opened 4 years ago

jakirkham commented 4 years ago

Opening this issue to track WSL (Windows Subsystem for Linux). Currently this is not supported as NVML is not supported on WSL (based on reading this note from the NVIDIA WSL docs).

  1. NVIDIA Management Library (NVML) APIs are not supported. Consequently, nvidia-smi may not be functional in WSL 2.

However when NVML is supported on Windows, it would be nice to try this. Would depend on pynvml working on WSL as well ( https://github.com/gpuopenanalytics/pynvml/issues/26 ).

For more general RAPIDS support of WSL, please see issue ( https://github.com/rapidsai/cudf/issues/28 ).

PatoLocos commented 3 years ago

Any update about this? https://stackoverflow.com/questions/58623169/is-there-a-way-to-run-rapids-on-windows-pc

roshkins commented 2 years ago

Has NVML been added yet? nvidia-smi works for me.

jacobtomlinson commented 2 years ago

@roshkins I haven't tested it lately. Perhaps you could try running through the usage examples for pynvml and see if they work.