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

[DML EP] Register ReduceMin-20 #20477

Merged
merged 7 commits into from
Jul 26, 2024
Merged

[DML EP] Register ReduceMin-20 #20477

merged 7 commits into from
Jul 26, 2024

Conversation

aamajumder
Copy link
Contributor

Description

This PR registers the ReduceMin-20 operator to the DML EP.

Motivation and Context

@@ -434,6 +434,7 @@
static const int sc_sinceVer_IsNaN = 20;
static const int sc_sinceVer_IsInf = 20;
static const int sc_sinceVer_ReduceMax = 20;
static const int sc_sinceVer_ReduceMin = 20;

Check warning

Code scanning / PREfast

The const variable 'OperatorHelper::OnnxOperatorSet20::sc_sinceVer_ReduceMin' can be computed at compile-time. Consider using constexpr (con.5). Warning

The const variable 'OperatorHelper::OnnxOperatorSet20::sc_sinceVer_ReduceMin' can be computed at compile-time. Consider using constexpr (con.5).
sumitsays
sumitsays previously approved these changes Jul 24, 2024
Copy link
Contributor

@sumitsays sumitsays left a comment

Choose a reason for hiding this comment

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

:shipit:

@aamajumder aamajumder merged commit 1668094 into main Jul 26, 2024
99 checks passed
@aamajumder aamajumder deleted the user/aamajumder/reduce branch July 26, 2024 00:06
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.

4 participants