The update to the WSL graphics driver (dxgkrnl) brings improved GPU support for Linux applications running under Windows Subsystem for Linux (WSL). This version, dxgkrnl v4, supports compute-only GPUs for machine learning models and provides multiple virtual GPUs per VM. Additionally, it enables driver buffer sharing via dma-fence, enhancing the performance and flexibility of non-native app execution on different operating systems. Meanwhile, WINE has been updated to support 32-bit applications running on 64-bit hosts without requiring a 32-bit subsystem, thanks to the introduction of MESA_map_buffer_client_pointer API in OpenGL. These updates benefit engineers and sysadmins by providing better performance for cross-platform development and testing environments.
- Windows Subsystem for Linux (WSL)
- WINE
- Update the Windows Subsystem for Linux to the latest version that includes dxgkrnl v4.
- Ensure WINE is upgraded to at least version 11 to support running 32-bit applications on 64-bit hosts without a 32-bit subsystem.
Minimal direct impact. These updates are primarily performance enhancements and do not introduce security concerns for homelab stacks but will improve the efficiency of cross-platform development environments.