Webmaster At Cosmic DNA
Webmaster At Cosmic DNA
I believe it might be worth to switch from git submodules to vcpkg packages to improve build times. I was able o achieve faster build times this way, take for...
> Probably not gonna happen. We discussed vcpkg in the past, but the samples support (and are used) on platforms where vcpkg is not available. Can you better elaborate on...
> > Probably not gonna happen. We discussed vcpkg in the past, but the samples support (and are used) on platforms where vcpkg is not available. > > Can you...
With all things considered, I can think of a strategy to balance mantainability concerns with potential solid build times reduction. --- ### **🚀 vcpkg + Ninja** **Goal**: Prove build-time gains...
GPU resource cannot be used in wsl2: misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22/-2
The only workaround I was able to find thus far was to disable systemd by commenting out the following line at /etc/wsl.conf: ```toml [boot] # systemd=true ``` Then in PowerShell,...
GPU resource cannot be used in wsl2: misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22/-2
I have tested with another Distro within WSL2 - OpenSuse Leap and I found out this problem does not occur with Leap. More info on my `wsl --version`: ```terminal WSL...
GPU resource cannot be used in wsl2: misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22/-2
Coincidently or not, [this problem with direnv](https://github.com/direnv/direnv/issues/1249) does not happen with OpenSuse Leap.