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

Specify iOS simulator runtime version #22474

Merged
merged 10 commits into from
Oct 18, 2024

Conversation

edgchen1
Copy link
Contributor

Description

  • Allow specification of iOS simulator runtime version to use.
  • Pick simulator runtime version (iphonesimulator 16.4) of an SDK that is included with the Xcode version (14.3.1) that we use.
    • See the table here.
  • Disable CoreML EP's DepthToSpace op support for CoreML version less than 7, with DCR mode, and FP16 input. It doesn't produce the correct output in this case.
  • Some cleanup of iOS test infrastructure.

Motivation and Context

Attempting to stabilize intermittent iOS test failures in CI builds.
Got a run with 20/20 successful jobs: https://dev.azure.com/onnxruntime/onnxruntime/_build/results?buildId=1526490&view=results

snnn
snnn previously approved these changes Oct 17, 2024
@edgchen1 edgchen1 merged commit 7964d3a into main Oct 18, 2024
91 checks passed
@edgchen1 edgchen1 deleted the edgchen1/ios_specify_simulator_runtime_version branch October 18, 2024 16:26
tianleiwu pushed a commit that referenced this pull request Oct 18, 2024
- Allow specification of iOS simulator runtime version to use.
- Pick simulator runtime version (iphonesimulator 16.4) that is supported by the Xcode version (14.3.1) that we use.
- Disable CoreML EP's DepthToSpace op support for CoreML version less than 7, with DCR mode, and FP16 input. It doesn't produce the correct output in this case.
- Some cleanup of iOS test infrastructure.
apsonawane pushed a commit that referenced this pull request Oct 21, 2024
- Allow specification of iOS simulator runtime version to use.
- Pick simulator runtime version (iphonesimulator 16.4) that is supported by the Xcode version (14.3.1) that we use.
- Disable CoreML EP's DepthToSpace op support for CoreML version less than 7, with DCR mode, and FP16 input. It doesn't produce the correct output in this case.
- Some cleanup of iOS test infrastructure.
@sophies927 sophies927 added the cherry-picked Cherry-picked for a cherrypicks branch label Oct 22, 2024
ishwar-raut1 pushed a commit to ishwar-raut1/onnxruntime that referenced this pull request Nov 19, 2024
- Allow specification of iOS simulator runtime version to use.
- Pick simulator runtime version (iphonesimulator 16.4) that is supported by the Xcode version (14.3.1) that we use.
- Disable CoreML EP's DepthToSpace op support for CoreML version less than 7, with DCR mode, and FP16 input. It doesn't produce the correct output in this case.
- Some cleanup of iOS test infrastructure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-picked Cherry-picked for a cherrypicks branch release:1.20.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants