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.
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
[DML EP] Re-architect | Partitioning as Transformer #13131
[DML EP] Re-architect | Partitioning as Transformer #13131
Changes from 8 commits
05b50bd
df16a92
d1bd404
6f5baa6
459ecb8
ea11251
7e4c2a0
3d8c25c
9ea3c01
72c21f2
80d570c
11aeec6
d9bad91
6f3a0eb
8e4c592
b59a58d
ff3c98a
471e193
382bd98
81fee4f
983db6b
a5f1f24
dd2100e
7bc10e8
387a2ee
d114cf3
2b12cb5
e361820
b911c47
9eacd80
1ef8c69
dadc067
ac94980
3be69f3
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: redundant access specifier has the same accessibility as the previous access specifier [readability-redundant-access-specifiers]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlGraphFusionTransformer.h:14: previously declared here
public: ^
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: redundant access specifier has the same accessibility as the previous access specifier [readability-redundant-access-specifiers]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlGraphFusionTransformer.h:24: previously declared here
private: ^
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: namespace 'Dml' not terminated with a closing comment [google-readability-namespace-comments]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlGraphFusionTransformer.h:8: namespace 'Dml' starts here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: parameter 'compiledExecutionPlanOperator' is unused [misc-unused-parameters]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: parameter 'inputEdges' is unused [misc-unused-parameters]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: parameter 'inputsConstant' is unused [misc-unused-parameters]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: parameter 'fusedNodeInputArgOriginalNames' is unused [misc-unused-parameters]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: parameter 'transferredInitializerMap' is unused [misc-unused-parameters]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: parameter 'inputEdges' is unused [misc-unused-parameters]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: parameter 'fusedNodeInputArgOriginalNames' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions [readability-avoid-const-params-in-decls]