[PATCH 0/2] meta-arago-extras: Migrate ONNX framework v1.16.1to v1.18.0 and ONNXRuntime v1.20.1 to v1.23.2
Pratham Deshmukh <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
Hello Team,
This series migrates ONNX and ONNXRUNTIME to the latest stable
version ONNX v1.18.0 and ONNXRUNTIME v1.23.2.
Benchmarking Results: https://gist.github.com/PrathamTI/e362321e3cb8eae86c722c41d9c27ae2
Build Logs:
- ONNX: https://gist.github.com/PrathamTI/e0dc24c07081c4fd76374ff36d781b22
- ONNXRUNTIME: https://gist.github.com/PrathamTI/ddb5b6e3f8f9d7434af4c426245b7993
Pratham Deshmukh (2):
meta-arago-extras: Migrate ONNX v1.16.1 to v1.18.0
meta-arago-extras: Migrate ONNXRuntime v1.20.1 to v1.23.2
.../onnx/onnx/0001-Apply-onnx-patch.patch | 197 ++++++++++++++++++
...age-Protobuf-before-checking-if-it-w.patch | 25 ---
...-export-internal-targets-directories.patch | 28 ---
...uf-target-check-by-calling-find_pack.patch | 36 ++++
...tobuf-directory-exports-from-config-.patch | 37 ++++
...en-trying-to-create-the-final-onnx_g.patch | 34 +++
...ol-visibility-when-tests-are-enabled.patch | 36 ++++
.../onnx/{onnx_1.16.1.bb => onnx_1.18.0.bb} | 11 +-
...g-header-to-fix-uint32_t-compilation.patch | 27 +++
...ble-permission-bit-from-source-files.patch | 72 -------
...-in-option-text-s-buildings-bindings.patch | 25 ---
...D_LIBRARY_PATH-to-search-path-when-n.patch | 32 ---
...MAKE_CXX_FLAGS-in-build-information-.patch | 30 ---
...ake-Print-out-result-of-find_package.patch | 37 ----
.../onnxruntime/onnxruntime_1.20.1.bb | 157 --------------
.../onnxruntime/onnxruntime_1.23.2.bb | 163 +++++++++++++++
16 files changed, 537 insertions(+), 410 deletions(-)
create mode 100644 meta-arago-extras/recipes-framework/onnx/onnx/0001-Apply-onnx-patch.patch
delete mode 100644 meta-arago-extras/recipes-framework/onnx/onnx/0001-Try-to-find-package-Protobuf-before-checking-if-it-w.patch
delete mode 100644 meta-arago-extras/recipes-framework/onnx/onnx/0002-Do-not-re-export-internal-targets-directories.patch
create mode 100644 meta-arago-extras/recipes-framework/onnx/onnx/0002-cmake-Fix-Protobuf-target-check-by-calling-find_pack.patch
create mode 100644 meta-arago-extras/recipes-framework/onnx/onnx/0003-cmake-Remove-Protobuf-directory-exports-from-config-.patch
create mode 100644 meta-arago-extras/recipes-framework/onnx/onnx/0004-Linker-failed-when-trying-to-create-the-final-onnx_g.patch
create mode 100644 meta-arago-extras/recipes-framework/onnx/onnx/0005-Fix-symbol-visibility-when-tests-are-enabled.patch
rename meta-arago-extras/recipes-framework/onnx/{onnx_1.16.1.bb => onnx_1.18.0.bb} (87%)
create mode 100644 meta-arago-extras/recipes-framework/onnxruntime/onnxruntime/0001-Added-the-missing-header-to-fix-uint32_t-compilation.patch
delete mode 100644 meta-arago-extras/recipes-framework/onnxruntime/onnxruntime/0001-Remove-executable-permission-bit-from-source-files.patch
delete mode 100644 meta-arago-extras/recipes-framework/onnxruntime/onnxruntime/0002-cmake-Fix-typo-in-option-text-s-buildings-bindings.patch
delete mode 100644 meta-arago-extras/recipes-framework/onnxruntime/onnxruntime/0003-ACL-Do-not-add-LD_LIBRARY_PATH-to-search-path-when-n.patch
delete mode 100644 meta-arago-extras/recipes-framework/onnxruntime/onnxruntime/0004-Do-not-include-CMAKE_CXX_FLAGS-in-build-information-.patch
delete mode 100644 meta-arago-extras/recipes-framework/onnxruntime/onnxruntime/0005-cmake-Print-out-result-of-find_package.patch
delete mode 100644 meta-arago-extras/recipes-framework/onnxruntime/onnxruntime_1.20.1.bb
create mode 100644 meta-arago-extras/recipes-framework/onnxruntime/onnxruntime_1.23.2.bb
--
2.34.1