Update DirectML EP for ORT 1.11#10619
Merged
Merged
Conversation
Successful build: https://microsoft.visualstudio.com/WindowsAI/_build/results?buildId=42253044&view=logs&j=4e3dd845-80f6-5682-7592-d2eda4c1196a&t=b3ed071a-d172-5351-0dfc-02424ddb17a7 ``` Printing log to show merge was successful. 1bbf04e75564b074a4c5a6fc051a357882fb2c76 Merge remote-tracking branch 'upstream/master' into dmldev_temp 3f5c1e1 Update to include the Xamarin targets for internal ORT builds so the managed nuget package is consistent as both CPU and GPU builds produce a package called Microsoft.ML.OnnxRuntime.Managed. (#9906) ```
Build is green https://microsoft.visualstudio.com/WindowsAI/_build/results?buildId=43713985&view=results  Related work items: #37712737
Related work items: #37712737
Related work items: #37239556
Related work items: #37712737
Just RI. Related work items: #38034064
…ai/restore_history
Related work items: #37712737
Extend opset 13 support for: - Split-13 - Squeeze-13 - Unsqueeze-13 - Reshape-13 - QuantizeLinear-13 - DequantizeLinear-13 - ReduceSum-13 - Resize-13 Also: - Rename the file where all the opset versions are stored from "OperatorRegistration.h" to "OperatorVersions.h", which will make it much less confusing in the future when looking given there's another file called "OperatorRegistration.h" that corresponds to "OperatorRegistration.cpp". - Detemplatize many of the OperatorHelper.h constructors, which duplicate multiple instantiations due to the operator helper classes not sharing a common base class, by wrapping them with an adapter. Ideally there would be a common COM base interface that both IMLOperatorKernelCreationContext and IMLOperatorShapeInferenceContext implementation objects would implement, which a wrapper in MLOperatorAuthorHelper.h could QI for. - Fix style formatting issues in OperatorHelper.h (sorry for the noise). ``` Summary: Total=4679, Passed=4355, Failed=0, Blocked=0, Not Run=0, Skipped=324 ``` Corresponding WindowsAI PR: https://microsoft.visualstudio.com/WindowsAI/_git/WindowsAI/pullrequest/6973645 Related work items: #36672908, #36672926
sumitsays
approved these changes
Feb 23, 2022
Contributor
sumitsays
left a comment
There was a problem hiding this comment.
Changes have already been reviewed as it is just a RI PR from DmlDev to github ORT master,
siweic0
pushed a commit
to siweic0/onnxruntime-web
that referenced
this pull request
May 9, 2024
…20220221 Update DirectML EP for ORT 1.11
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
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.
Description:
DequantizeLinear-13&QuantizeLinear-13axis attributeReduceSum-13withnoop_with_empty_axesattributeSplit-13,Squeeze-13,Unsqueeze-13,ReduceSum-13axes now tensor inputMotivation and Context