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

Support if node with sequence outputs #22234

Merged
merged 2 commits into from
Sep 27, 2024

Conversation

PatriceVignola
Copy link
Contributor

If nodes can have sequence outputs. Those nodes are mapped to the DML EP to be able to keep the outputs on the GPU, but they actually execute on the CPU by selecting either the then subgraph or the else subgraph.

smk2007
smk2007 previously approved these changes Sep 26, 2024
@PatriceVignola PatriceVignola merged commit 20be515 into main Sep 27, 2024
81 checks passed
@PatriceVignola PatriceVignola deleted the user/pavignol/support-if-node-sequence branch September 27, 2024 19:40
ishwar-raut1 pushed a commit to ishwar-raut1/onnxruntime that referenced this pull request Nov 19, 2024
`If` nodes can have sequence outputs. Those nodes are mapped to the DML
EP to be able to keep the outputs on the GPU, but they actually execute
on the CPU by selecting either the `then` subgraph or the `else`
subgraph.
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