-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wasi-nn: update OpenVINO bindings (#9473)
* wasi-nn: update OpenVINO bindings Recent changes to OpenVINO's C bindings introduced breaking changes that prevent use of older OpenVINO libraries with newer bindings (see [openvino-rs#143] if you're interested in the details). This updates both the bindings and the version of OpenVINO used to test against. Fixes #9379. [openvino-rs#143]: intel/openvino-rs#143 * vet: certify openvino version updates All of these updates include code I've reviewed. * ci: update `install-openvino-action` prtest:full
- Loading branch information
Showing
4 changed files
with
27 additions
and
10 deletions.
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2274,6 +2274,12 @@ who = "Andrew Brown <[email protected]>" | |
criteria = "safe-to-deploy" | ||
delta = "0.6.0 -> 0.7.2" | ||
|
||
[[audits.openvino]] | ||
who = "Andrew Brown <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.7.2 -> 0.8.0" | ||
notes = "No new unsafe functionality, just brings in openvino-sys changes and other minor improvements." | ||
|
||
[[audits.openvino-finder]] | ||
who = "Matthew Tamayo-Rios <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -2297,6 +2303,12 @@ who = "Andrew Brown <[email protected]>" | |
criteria = "safe-to-deploy" | ||
delta = "0.6.0 -> 0.7.2" | ||
|
||
[[audits.openvino-finder]] | ||
who = "Andrew Brown <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.7.2 -> 0.8.0" | ||
notes = "No logic changes in version bump." | ||
|
||
[[audits.openvino-sys]] | ||
who = "Matthew Tamayo-Rios <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -2320,6 +2332,12 @@ who = "Andrew Brown <[email protected]>" | |
criteria = "safe-to-deploy" | ||
delta = "0.6.0 -> 0.7.2" | ||
|
||
[[audits.openvino-sys]] | ||
who = "Andrew Brown <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.7.2 -> 0.8.0" | ||
notes = "This diff simply re-generates slightly newer C headers with a slightly newer version of bindgen." | ||
|
||
[[audits.ort]] | ||
who = "Andrew Brown <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|