Skip to content
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

Merged
merged 2 commits into from
Nov 18, 2023
Merged

Conversation

raoanag
Copy link
Contributor

@raoanag raoanag commented Nov 9, 2023

Description

Motivation and Context

@raoanag raoanag requested a review from smk2007 November 17, 2023 00:03
@@ -17,6 +17,14 @@

namespace Dml
{
GraphTransformer::GraphTransformer(
const std::string& name,
const onnxruntime::IExecutionProvider* provider
Copy link
Contributor

@fdwr fdwr Nov 18, 2023

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
Copy link
Contributor

@fdwr fdwr Nov 18, 2023

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;
Copy link
Contributor

@fdwr fdwr Nov 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

enableOnMcdm

Huh, that's weird that ORT needs such a low-level detail, and that it's not just handled suitably in DirectML.dll. I'm not asking for changes from you, because I know this is already written by Jeff, but it's weird. #Resolved

Copy link
Contributor

@fdwr fdwr Nov 18, 2023

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.

Copy link
Contributor

@fdwr fdwr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@raoanag raoanag merged commit 042aab5 into WindowsAI Nov 18, 2023
43 of 44 checks passed
@raoanag raoanag deleted the user/anagrao/CPMCDMActFusion branch November 18, 2023 02:03
jeffbloo added a commit that referenced this pull request Jan 4, 2024
### 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]>
jslap-ubi pushed a commit to jslap-ubi/onnxruntime that referenced this pull request Apr 5, 2024
### 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]>
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.

3 participants