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

Cherry picks for 1.12.1 #12418

Merged
merged 15 commits into from
Aug 3, 2022
Merged

Cherry picks for 1.12.1 #12418

merged 15 commits into from
Aug 3, 2022

Conversation

RandySheriffH
Copy link
Contributor

@RandySheriffH RandySheriffH commented Aug 2, 2022

RandySheriffH and others added 15 commits August 1, 2022 21:53
Prevent unbounded growth of command allocator memory
* update supported ops md

* address pr comments

* address pr comments

* wording
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](caolan/async@v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* [js/rn] upgrade dependencies for e2e test

* use JDK11 only for gradle

* expand variable
* [js/rn] upgrade package react-native@^0.69.1

* upgrade compile sdk to v31

* update ios version requirement

* update pod path for onnxruntime-react-native
Current builds use a NDK version that happens to be on the build machine. The build machine environment may change in ways that are outside of our control.
This change installs a specific version of NDK (the current LTS version 25.0.8775105) and uses it.
Remove preview keyword

Co-authored-by: Sumit Agarwal <sumitagarwal@microsoft.com>
* Pass schema registry on CreateModel.

* Fix ORT_MINIMAL_BUILD.

* Fix build issue.
With recent versions of NDK (since 23), the `-O` optimization level compile flag is not being passed when building in the "Release" configuration.
More details here: android/ndk#1740

Our "Release" Android builds have been built without the optimization flag since we upgraded from NDK 21.

This change is a workaround to manually add `-O3` for "Release" Android builds.
#12147)

* Make multiple-level nested control flow op model work

* find correct input index

* find correct input index (cont.)

* enable nested layer unit tests for TRT EP

* add comment

* add Scan op to current workaround support of control flow op
@RandySheriffH RandySheriffH changed the title [WIP] cherry picks for 1.12.1 Cherry picks for 1.12.1 Aug 2, 2022
Copy link
Contributor

@fdwr fdwr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DML changes look fine.

Copy link
Contributor

@edgchen1 edgchen1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Android build changes look good to me.

Copy link
Member

@jywu-msft jywu-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looked at the tensorrt ep changes.

@RandySheriffH RandySheriffH merged commit 7048164 into rel-1.12.1 Aug 3, 2022
@RandySheriffH RandySheriffH deleted the rashuai/rel-1.12.1-cherry branch August 3, 2022 16:57
@15810856129
Copy link

how to get a libonnxruntime.a file?

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.