Skip to content

Backmerging with Msft commits #756

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 21, 2025
Merged

Backmerging with Msft commits #756

merged 4 commits into from
Jul 21, 2025

Conversation

jatinwadhwa921
Copy link

Backmerging with Msft commits

skottmckay and others added 4 commits July 19, 2025 13:12
### Description
<!-- Describe your changes. -->
Add default logger to CreateEpFactories so a plugin EP can log errors
outside of an inference session.


### 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. -->
…icrosoft#25411)

### Description
- Adds documentation to state that the data pointer for an `OrtValue`
owned by an `OrtGraph` is stable during the lifetime of the `OrtSession`
that owns the `OrtGraph`.
- Adds documentation to the ort_graph_to_proto.h utils to show how to
create a `onnx::GraphProto` with external initializers that actually
point to in-memory data (same approach used internally within ORT).



### Motivation and Context
Clarification of usage of new graph apis.
…#25444)

Enable Conv Op and ConvTranspose Op with "auto_pad" param set as VALID

### Description
QNN_EP reject the Conv Op and ConvTranspose on HTP if "auto_pad" is
"VALID". This configuration is supported on HTP.



### Motivation and Context
To enable Conv and ConvTranspose op with auto_pad as "VALID" running on
NPU and prevent them from falling back to CPU.
@jatinwadhwa921 jatinwadhwa921 requested a review from ankitm3k July 21, 2025 16:31
@sfatimar sfatimar merged commit a90ebe5 into ovep-develop Jul 21, 2025
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants