Refactor plugin EP support by skottmckay · Pull Request #25541 · microsoft/onnxruntime

added 3 commits

July 26, 2025 07:07

@skottmckay

jywu-msft

@skottmckay skottmckay deleted the skottmckay/RefactorPluginEpSupportFiles branch

July 28, 2025 06:27

snnn pushed a commit that referenced this pull request

Jul 28, 2025
### Description
<!-- Describe your changes. -->
Refactor to split out classes and make things easier to find. 

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Cleanup

@snnn snnn mentioned this pull request

Jul 28, 2025

snnn pushed a commit that referenced this pull request

Jul 28, 2025
- **DynamicQuantizeMatMul - handle case where B zero point input is
provided but not constant. (#25544)**
- **Refactor plugin EP support (#25541)**
- **Remove the python installation steps from
win-qnn-arm64-ci-pipeline.yml (#25552)**

@snnn snnn mentioned this pull request

Jul 30, 2025

snnn pushed a commit that referenced this pull request

Jul 30, 2025
- DynamicQuantizeMatMul - handle case where B zero point input is
provided but not constant. (#25544)
- Refactor plugin EP support (#25541)
- Remove the python installation steps from
win-qnn-arm64-ci-pipeline.yml (#25552)
- [EP ABI] Node_GetAttrByName returns ORT_NOT_FOUND with non-existing
attr name (#25565)
- Fix C/C++ documentation generation (#25569)
- [build] fix multi-config for VCPKG (#25585)

sanketkaleoss pushed a commit to sanketkaleoss/onnxruntime that referenced this pull request

Aug 11, 2025
### Description
<!-- Describe your changes. -->
Refactor to split out classes and make things easier to find. 

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Cleanup

sanketkaleoss pushed a commit to sanketkaleoss/onnxruntime that referenced this pull request

Aug 11, 2025
- **DynamicQuantizeMatMul - handle case where B zero point input is
provided but not constant. (microsoft#25544)**
- **Refactor plugin EP support (microsoft#25541)**
- **Remove the python installation steps from
win-qnn-arm64-ci-pipeline.yml (microsoft#25552)**