Replies: 5 comments
-
@TristonC any suggestions on the WSL support? |
Beta Was this translation helpful? Give feedback.
-
My environment is Ubuntu-20.04LTS on WSL2 And MXNet can detect GPU. |
Beta Was this translation helpful? Give feedback.
-
I get this when running it
thought this was because NVML isnt supported on WSL2? |
Beta Was this translation helpful? Give feedback.
-
What is your Windows Build number? This site may help you. |
Beta Was this translation helpful? Give feedback.
-
I'm on 19043.1288. I wanted to update to the windows preview build, but https://insider.windows.com/ is down for me for days now. Could that be it? |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm trying to run mxnet on WSL2 with my GeForce 3060 Ti and CUDA 11.2, however
mx.util.get_gpu_count()
returns 0, and all operations that have to do with GPU returnMXNetError: Check failed: device_count_ > 0 (-1 vs. 0) : GPU usage requires at least 1 GPU
.nvcc --version:
pip lists
mxnet-cu112==1.8.0.post0
as installed, I've also installed the WSL driver from here https://developer.nvidia.com/cuda/wslI'm a bit lost on what to do here at this point
Beta Was this translation helpful? Give feedback.
All reactions