-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Filter activation fusions on MCDM #18371
Conversation
@@ -17,6 +17,14 @@ | |||
|
|||
namespace Dml | |||
{ | |||
GraphTransformer::GraphTransformer( | |||
const std::string& name, | |||
const onnxruntime::IExecutionProvider* provider |
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.
[](http://example.com/codeflow?start=0&length=2)
tabs #Closed
{ | ||
} | ||
const std::string& name, | ||
const onnxruntime::IExecutionProvider* provider |
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.
[](http://example.com/codeflow?start=0&length=3)
tabs
2 other lines too #Closed
@@ -132,6 +132,8 @@ namespace Dml | |||
std::string_view domain; | |||
int sinceVersion; | |||
std::vector<std::string_view> activationFilter; | |||
bool enableOnMcdm; |
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.
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.
Just talked with Jeff - it's a stopgap. Consider resolved.
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.
### 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. --> --------- Co-authored-by: Jeff Bloomfield <[email protected]>
### 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. --> --------- Co-authored-by: Jeff Bloomfield <[email protected]>
Description
Motivation and Context