-
Notifications
You must be signed in to change notification settings - Fork 100
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
Linux ARM64 bindings (as with Mac ARM64, no prebuilt available) #79
Open
tc-wolf
wants to merge
7
commits into
nbigaouette:master
Choose a base branch
from
tc-wolf:arm64
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Apr 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a65ec59 - Browse repository at this point
Copy the full SHA a65ec59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86448c3 - Browse repository at this point
Copy the full SHA 86448c3View commit details -
Swap out i8 -> std::os::raw::c_char
Pointer to i8 is platform-specific, this should let onnxruntime compile on aarch64 with the generated bindings.
Configuration menu - View commit details
-
Copy full SHA for b767d27 - Browse repository at this point
Copy the full SHA b767d27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 873b247 - Browse repository at this point
Copy the full SHA 873b247View commit details
Commits on Apr 27, 2021
-
This is WIP but want to make sure committed and pushed to branch so that can resume work on this later.
Configuration menu - View commit details
-
Copy full SHA for a2837f9 - Browse repository at this point
Copy the full SHA a2837f9View commit details
Commits on May 12, 2021
-
* Update bindgen config to use `usize` * Update macOS bindings * Update Linux bindings * Update Windows (x86_64) bindings * Update Windows (x86) bindings * Use `usize` instead of `u64` * Use conditional function calling conventions * Re-enable CI for Windows 32bit * Fix CI matrix * Add generated bindings for Apple M1 * On macOS Big Sur, homebrew installs to /opt/homebrew instead of /usr/local, adapt installation notes * Feature is 'generate-bindings', not 'bindgen'. Change error message * Add more paths to include directory, required when compilling and installing from source * Formatting * Compilation notes: environment variable was changed to 'ORT_LIB_LOCATION' (from 'ONNXRUNTIME_INSTALL_DIR') * Add entry to changelog * Add macOS aarch64 to README * Add note about LD_LIBRARY_PATH in README * Add a VSCode config to run clippy and format on save * Clippy: Allow upper case acronyms, names coming from specific ML models * Fix clippy lint: Change 'Into' impls to 'From' * Add ORT_LIB_LOCATION note in readme for 'ORT_STRATEGY=system' * Update changelog following nbigaouette#70 * Update macos/aarch64 bindings following nbigaouette#70 * Formatting * Upgrade 'ndarray' to 0.15 (from 0.13) * Upgrade 'ureq' to 2.1 (from 1.5) * Add changelog entries * Clippy: Box the larse ureq::Error in OrtDownloadError * Release v0.0.12 * Return an Err on shape mismatch instead of panic This way we let the user of the library decide how to handle the issue. Co-authored-by: krazijames <krazijames@gmail.com> Co-authored-by: Nicolas Bigaouette <nbigaouette@gmail.com> Co-authored-by: Keith Lohnes <lohnesk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c235ccb - Browse repository at this point
Copy the full SHA c235ccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1dd3a5 - Browse repository at this point
Copy the full SHA d1dd3a5View commit details
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.