You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening this issue. We do have NVIDIA GPU compute support (https://sylabs.io/2022/03/wsl2-gpu/) in WSL2, and expanding WSL support to DirectX<->GL acceleration is certainly of interest.
Unless as a third party contribution, this is unlikely to make it for SingularityCE 4.1 because the roadmap for a Dec/Jan release is full vs developer time available.
We'd welcome contributions that implement (including in the new OCI-mode). Otherwise it'll be considered for a future version.
Thanks. For us, the workaround described here is enough. So I meant this issue only as a kind of kickstarter for somebody else who would like to work on it.
Is your feature request related to a problem? Please describe.
When running a container inside a WSL 2 console, GPU is not HW accelerated.
Describe the solution you'd like
Add a flag
--wsl
smilar to--nv
.Describe alternatives you've considered
The current workaround is to add these bind mounts (I added them to /etc/singularity/singularity.conf):
Additional context
With this config, I can now run
glxgears
with the following output, using D3D12 driver instead of the llvmpipe software renderer:The text was updated successfully, but these errors were encountered: