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

[CoreML ML Program] support acclerators selector #22383

Merged
merged 11 commits into from
Oct 15, 2024
Merged

Conversation

wejoncy
Copy link
Contributor

@wejoncy wejoncy commented Oct 10, 2024

Description

For no, CoreML only support run mlmodels on CPU/ALL, However, sometimes CPU_GPU would be faster a lot.

We support the option to select different hardware to boost performance in this PR.

Motivation and Context

@wejoncy wejoncy marked this pull request as ready for review October 10, 2024 04:51
@wejoncy wejoncy merged commit 20a45dd into main Oct 15, 2024
91 checks passed
@wejoncy wejoncy deleted the jicwen/coremlgpu branch October 15, 2024 03:50
guschmue pushed a commit that referenced this pull request Oct 18, 2024
### Description
For no, CoreML only support run mlmodels on CPU/ALL, However, sometimes
CPU_GPU would be faster a lot.

We support the option to select different hardware to boost performance
in this PR.



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

---------

Co-authored-by: Edward Chen <[email protected]>
ishwar-raut1 pushed a commit to ishwar-raut1/onnxruntime that referenced this pull request Nov 19, 2024
### Description
For no, CoreML only support run mlmodels on CPU/ALL, However, sometimes
CPU_GPU would be faster a lot.

We support the option to select different hardware to boost performance
in this PR.



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

---------

Co-authored-by: Edward Chen <[email protected]>
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