Skip to content

DML EP register all data types for Where operator #13443

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

Merged
merged 1 commit into from
Oct 26, 2022

Conversation

PatriceVignola
Copy link
Contributor

Description

Register all datatypes for DML's Where operator since DML now supports everything.

Motivation and Context

Some transformer models use the Where operator on int64 data, but since DML wasn't supporting it, it needed to fall back to the CPU.

@PatriceVignola PatriceVignola requested a review from fdwr October 25, 2022 17:07
@fdwr fdwr requested a review from sumitsays October 25, 2022 19:23
@fdwr fdwr changed the title Register all datatypes for DML's Where operator DML EP register all data types for Where operator Oct 25, 2022
@PatriceVignola PatriceVignola merged commit d5e8d59 into main Oct 26, 2022
@PatriceVignola PatriceVignola deleted the user/pavignol/register-where-all-datatypes branch October 26, 2022 05:47
linnealovespie pushed a commit that referenced this pull request Oct 28, 2022
### Description
Register all datatypes for DML's `Where` operator since DML now supports
everything.



### Motivation and Context
Some transformer models use the `Where` operator on int64 data, but
since DML wasn't supporting it, it needed to fall back to the CPU.
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