bytecodealliance / wasmtime

A fast and secure runtime for WebAssembly
https://wasmtime.dev/
Apache License 2.0
14.82k stars 1.24k forks source link

Add NPU support for wasi-nn WinML backend. #8756

Open jianjunz opened 1 month ago

jianjunz commented 1 month ago

This change adds support for NPU (Neural Processing Unit) to the wasi-nn WinML backend. Since NPU support in DirectML is still in developer preview, only a subset of learning models are supported.

This change also adds support for tensor type FP16 and I64.