The device plugin wddm-device-plugin doesn't run on Windows Server 2025 nodes.
Root cause
It seems that plugin is loading following directx-device-discovery.dll dll libary that is not built for WS2025.
AI:
- Build following dll for WS2025 - https://github.com/TensorWorks/DirectX-Device-Plugins/tree/main/library/src
- Build container image for WS2025.
The device plugin
wddm-device-plugindoesn't run on Windows Server 2025 nodes.Root cause
It seems that plugin is loading following
directx-device-discovery.dlldll libary that is not built for WS2025.AI: