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
* [QNN EP] Fix pool with reshape name conflicts (microsoft#25332)
Naming conflicts when expand-pool2d-squeeze (implemented as reshape) logic is invoked during ONNX -> QNN op lowering. Model with multiple pool 1D ops would hit this issue.
* Added creation of QDQ for TopK node (microsoft#25309)
- Added TopK in registry.py so as to create QDQ nodes for the op
- Ensure that both the input and output quantization params are equal
- Added unit test to verify the creation of QDQ nodes for TopK
### Description:
Added support for creation of QDQ nodes for TopK when quantized with ORT static quantization tool
### Motivation and Context:
Currently there is support to form a node unit for TopK operator when QDQ nodes are present and both the input and output quantization params are equal. But there was no support to create QDQ nodes for TopK operator in the ORT static quantization tool
* [WebNN] Refactor webnn op input rank check and add validation for ops (microsoft#25185)
### Description
Development for webnn op input rank range check
### Motivation and Context
- refactor webnn op input rank check
- add validation for various ops
- take `gemm` op as an example to perform inputs rank check of
decomposed ops
@Honry@fdwr PTAL
* Make TRT plugins optional (microsoft#25261)
### Description
The parser does no longer link agains the plugin library but also loads
it dynamic. Due to that I think we should also make the library optional
in ORT. @chilo-ms
* [EP ABI] Add Graph_GetGraphView API to get a OrtGraph from a subset of nodes (microsoft#25191)
Added an API that creates a sub-graph from a set of nodes in an
OrtGraph.
This API is needed in the GetCapability EP ABI porting when EP wants to
check whether a 'sub-graph' of the graph is supported by the hardware
backend.
* [webgpu] a few optimization to WGSL template (microsoft#25333)
### Description
This change is a follow up to microsoft#25130.
- consume duktape from vcpkg if --use_vcpkg is specified
- ~~add a Windows CI pipeline for dynamic WGSL template~~ (Will do in a
separate PR)
- upgrade wgsl-template package from 0.1.10 to 0.1.13
- support adding contribop folder as input
---------
Co-authored-by: qti-yuduo <[email protected]>
Co-authored-by: Akupadhye <[email protected]>
Co-authored-by: Wang Ning <[email protected]>
Co-authored-by: Maximilian Müller <[email protected]>
Co-authored-by: Chi Lo <[email protected]>
Co-authored-by: Yulong Wang <[email protected]>
0 commit comments