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] Add an implementation for NonZero #13768

Merged
merged 2 commits into from
Dec 3, 2022

Conversation

PatriceVignola
Copy link
Contributor

Description

Add the NonZero op for DML

Motivation and Context

NonZero is used in a few transformer models, so having a DML implementation will stop large tensors from being transferred to the CPU and back to the GPU

@PatriceVignola PatriceVignola merged commit b53bbe7 into main Dec 3, 2022
@PatriceVignola PatriceVignola deleted the user/pavignol/add-nonzero branch December 3, 2022 02:39
mszhanyi added a commit that referenced this pull request Dec 5, 2022
baijumeswani pushed a commit that referenced this pull request Dec 13, 2022
### Description
Add the NonZero op for DML



### Motivation and Context
NonZero is used in a few transformer models, so having a DML
implementation will stop large tensors from being transferred to the CPU
and back to the GPU
henrywu2019 pushed a commit to henrywu2019/onnxruntime that referenced this pull request Dec 26, 2022
### Description
Add the NonZero op for DML



### Motivation and Context
NonZero is used in a few transformer models, so having a DML
implementation will stop large tensors from being transferred to the CPU
and back to 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.

None yet

2 participants