-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
onnxruntime: add 1.17.3 & 1.18.1, remove older versions #23409
Conversation
Replace the onnxruntime_external_deps.cmake and its FetchContent calls entirely with find_package() calls against Conan targets.
This comment has been minimized.
This comment has been minimized.
BUilding missing binary now :) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
… into onnxruntime-1.17.1
… into onnxruntime-1.17.1
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 33 (
Conan v2 pipeline ✔️
All green in build 37 (
|
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.
Great job everyone! :)
* onnxruntime: enable cuda provider * onnxruntime: patch 1.16.1 build too * onnxruntime: avoid gsl being patched when cuda is active * onnxruntime: simplify patching Replace the onnxruntime_external_deps.cmake and its FetchContent calls entirely with find_package() calls against Conan targets. * onnxruntime: drop v1.16.0 * onnxruntime: fix build issues * onnxruntime: add dummy targets to avoid accidental linking errors * onnxruntime: silence a warning that gets converted to an error * onnxruntime: fix wil includes not being found * onnxruntime: bump deps * onnxruntime: fix patches * onnxruntime: relax Protobuf version check in CMake * onnxruntime: bump deps * onnxruntime: onnxruntime: add 1.17.1, remove older versions * add version 1.17.3 * bump boost to 1.85.0 * use boost 1.83 * update comment on boost cpp 17 compat * Add patch for missing include * onnxruntime: add version 1.18.0 * fix abseil conflict * add version 1.18.1, remove 1.18.0 * disable building with abeil DLL on Windows * Avoid creating new revisions when new versions are added * review: remove cuda * bump to onnx 1.16.2 * bump wil * remove variables that match the default * empty commit --------- Co-authored-by: Bart Verhagen <bart@kapernikov.com> Co-authored-by: Martin Valgur <martin.valgur@gmail.com> Co-authored-by: Abril Rincón Blanco <git@rinconblanco.es> Co-authored-by: czoido <mrgalleta@gmail.com>
Specify library name and version: onnxruntime/all
add version 1.17.3 & 1.18.1, remove 1.16.x except 1.16.3
dependencies management based on & closes #20619
fix #24387 (abseil conflict)
fix #24527 (abseil conflict)