forked from microsoft/onnxruntime
-
Notifications
You must be signed in to change notification settings - Fork 57
Sync msft 24 7 25 #760
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
Sync msft 24 7 25 #760
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Description Adds `Graph_GetModelPath` API function. ### Motivation and Context An EP that loads an EPContext model (i.e., compiled model) needs to know the base path of the model to determine the path the EPContext node binary (if stored in a file).
### Description fix missing files in Python package for WebGPU ### Motivation and Context Fixes microsoft#25495
…microsoft#25481) Cherrypick from the following branches in win-onnxruntime repo. dev/amd/ozhang/update_mgx_ep_creation dev/kvadsariya/auto_ep_migraphx This change allows MigraphX EP (AMD GPU EP) to be selected through auto ep (prefer gpu) policy. --------- Co-authored-by: Karim Vadsariya <kvadsariya@microsoft.com> Co-authored-by: ozhang <ozhang@amd.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1. Enable TSA for nuget packaging pipelines and split it into two parts. 2. Split Windows CUDA pull request pipeline into build and test two jobs to save resources
Fixes [pipeline](https://github.com/microsoft/onnxruntime/actions/runs/16409012810/job/46360059351) repro: `python onnxruntime\test\python\onnx_backend_test_series.py -t test_rotary_embedding_interleaved_expanded_cpu`
### Description <!-- Describe your changes. --> Apply bugfix from internal team. ### 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. -->
### Description <!-- Describe your changes. --> Update OrtEpFactory in new EPs to add allocator, data transfer and stream stubs. ### 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. -->
As `name` is already derived from stem (of cache file name), ff cache file name contains two dots then blob file name is incorrect. This enables cache file name with two dots. ### Description <!-- Describe your changes. --> ### 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. -->
### Description TreeEnsemble uses two recursive function causing call stack overflow when the depth of the tree is too high. This is usually not the case except when nodes are multiplied to represent member ship rule as a chain of equal. Fixed issues microsoft#25400. --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Dmitri Smirnov <dmitrism@microsoft.com>
### Description When building targeting wasm, `WIN32` is `false`. Use `CMAKE_HOST_WIN32` instead. ### Motivation and Context Fix the problem when building wasm on Windows, node_helper cannot find NPM correctly.
jatinwadhwa921
approved these changes
Jul 24, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ORT MAIN SYNC