You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Microsoft,
We plan to implement our NPU driver on Windows. Our NPU is graph-based approache to model execution.
I have a few questions:
Can we get the description of the graph(a directed acyclic graph of nodes and edges between them )in UMD?
How to associate DML operators with D3D metacommands?For example, how is the DirectML Convolution operator mapped to a metacommand? The GUID of MetaCommand_Convolution is provided by Microsoft or defined by vendors?If defined by vendor,how to associate it with DML operators?
The text was updated successfully, but these errors were encountered:
Hi Microsoft,
We plan to implement our NPU driver on Windows. Our NPU is graph-based approache to model execution.
I have a few questions:
The text was updated successfully, but these errors were encountered: