-
Notifications
You must be signed in to change notification settings - Fork 559
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
Added ONNXRuntime (cpu) #4369
Merged
Merged
Added ONNXRuntime (cpu) #4369
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
giordano
requested changes
Feb 5, 2022
stemann
force-pushed
the
stemann/onnxruntime
branch
4 times, most recently
from
February 6, 2022 11:23
ad5498b
to
c4c7fe8
Compare
giordano
requested changes
Feb 6, 2022
stemann
force-pushed
the
stemann/onnxruntime
branch
5 times, most recently
from
February 6, 2022 14:17
96b8c8c
to
75401e5
Compare
giordano
reviewed
Feb 6, 2022
giordano
reviewed
Feb 6, 2022
stemann
force-pushed
the
stemann/onnxruntime
branch
3 times, most recently
from
February 6, 2022 15:48
3a34030
to
eff8c95
Compare
giordano
reviewed
Feb 6, 2022
giordano
reviewed
Feb 6, 2022
stemann
force-pushed
the
stemann/onnxruntime
branch
from
February 6, 2022 17:12
dbbd895
to
fd23dff
Compare
stemann
commented
Feb 6, 2022
stemann
commented
Feb 6, 2022
giordano
reviewed
Feb 6, 2022
stemann
force-pushed
the
stemann/onnxruntime
branch
from
February 7, 2022 17:30
a8c0f0b
to
4fa1849
Compare
I will squash the branch, once we get through the review - I have a manual rebase on hand. |
giordano
reviewed
Feb 7, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks much better now
Merged
stemann
force-pushed
the
stemann/onnxruntime
branch
3 times, most recently
from
February 13, 2022 21:42
5af5a81
to
0a6acef
Compare
Also: * Updated for BinaryBuilder v0.5 - using provided cmake. * Replaced download during build with additional sources. Co-authored-by: Mosè Giordano <[email protected]>
Includes: * Building aarch64-apple-darwin from source * Added workaround for arm-linux-gnueabihf * Disabled build of unit tests * Replaced custom protoc with protoc_jll * Restricted expansion of CXX string ABIs to Linux Co-authored-by: Mosè Giordano <[email protected]>
… script Also, made the binary install a bit more verbose.
stemann
force-pushed
the
stemann/onnxruntime
branch
from
February 13, 2022 21:48
0a6acef
to
39d6668
Compare
simeonschaub
pushed a commit
to simeonschaub/Yggdrasil
that referenced
this pull request
Feb 23, 2022
* Added build script based on build.sh * Fixed build script by using CMake directly - circumventing build.sh script * Added re-packaging of Microsoft-provided packages for troublesome platforms * Merged source and binary scripts into one Also: * Updated for BinaryBuilder v0.5 - using provided cmake. * Replaced download during build with additional sources. Co-authored-by: Mosè Giordano <[email protected]> * Re-introduced the onnxruntime python-based build script Includes: * Building aarch64-apple-darwin from source * Added workaround for arm-linux-gnueabihf * Disabled build of unit tests * Replaced custom protoc with protoc_jll * Restricted expansion of CXX string ABIs to Linux Co-authored-by: Mosè Giordano <[email protected]> * Renamed to ONNXRuntime * Reverted to the CMake approach - circumventing the python-based build script Also, made the binary install a bit more verbose. * Removed explicit define of onnxruntime_CROSS_COMPILING=OFF * Enabled RTTI for all platforms * Implemented unpack trick for avoiding dist_name conditional in shell script Co-authored-by: Mosè Giordano <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.