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

fix jetson build break caused by https://github.com/microsoft/onnxrun… #13343

Merged
merged 1 commit into from Oct 18, 2022

Conversation

jchen351
Copy link
Contributor

…… (#13325)

…time/pull/12949 (#13310)

#12949 breaks Jetson/ARM builds due to
invalid narrowing conversion from "char" to "signed char". (on ARM, char is unsigned)
This was reported by

#13285 (comment)

Description

Motivation and Context

Co-authored-by: George Wu jywu@microsoft.com

Description

Motivation and Context

#13325)

…time/pull/12949 (#13310)

#12949 breaks Jetson/ARM
builds due to
invalid narrowing conversion from "char" to "signed char". (on ARM, char
is unsigned)
This was reported by

#13285 (comment)

### Description
<!-- Describe your changes. -->



### 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: George Wu <jywu@microsoft.com>
@jchen351 jchen351 merged commit ffca781 into rel-1.13.1 Oct 18, 2022
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

3 participants