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] Enable all datatypes for Abs and Sign #13470

Merged
merged 2 commits into from
Oct 27, 2022

Conversation

PatriceVignola
Copy link
Contributor

Description

Enables all datatypes supported for DML for Abs and Sign.

Motivation and Context

Abs and Sign haven't been updated since DML started to support all datatypes for them. These ops are used in some transformer models and were forcing unnecessary copies between the CPU and the GPU.

@PatriceVignola PatriceVignola changed the title Enable all datatypes for Abs and Sign [DML EP] Enable all datatypes for Abs and Sign Oct 26, 2022
@PatriceVignola PatriceVignola merged commit 0b29f64 into main Oct 27, 2022
@PatriceVignola PatriceVignola deleted the user/pavignol/enable-abs-sign-all-datatypes branch October 27, 2022 18:36
linnealovespie pushed a commit that referenced this pull request Oct 28, 2022
### Description
Enables all datatypes supported for DML for `Abs` and `Sign`.



### Motivation and Context
`Abs` and `Sign` haven't been updated since DML started to support all
datatypes for them. These ops are used in some transformer models and
were forcing unnecessary copies between the CPU and the GPU.
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.

2 participants