Unable to request adapter for webgpu on WSL2
Hi. I would like to experiment with webgpu on wsl, but when I tried running my code with deno, I couldn't request adapter.
3 Replies
I tried running
nvidia-smi
to make sure that I can access my gpu
I also tried to requestAdapter on windows(the same machine) and on macos. They both workedWSL is currently not supported, see https://github.com/gfx-rs/wgpu/issues/1443
GitHub
Support Windows Subsystem for Linux · Issue #1443 · gfx-rs/wgpu
Microsoft recently released WSLG support for GUI linux applications on windows subsystem for linux. I've enabled all the steps for WSLG and am able to successfully run applications using it (VL...
that's unfortunate 😩
thanks for reply