microsoft / DirectML

DirectML is a high-performance, hardware-accelerated DirectX 12 library for machine learning. DirectML provides GPU acceleration for common machine learning tasks across a broad range of supported hardware and drivers, including all DirectX 12-capable GPUs from vendors such as AMD, Intel, NVIDIA, and Qualcomm.
MIT License
2.24k stars 299 forks source link

Is there a new path in drrectML for supporting NPU device? #620

Open devinxie opened 3 months ago

devinxie commented 3 months ago

Hi, As we know, there are many operator supports in directML with HLSL compute shader. However, the NPU device does not support HLSL compute shader. Is there a new path in drrectML for supporting NPU device? Or is METACOMMAND still supported for NPU devices? What is Microsoft's plan? Look forward to your reply. Thanks.