[wasi-nn] Update openvino-rs#13892
Open
rahulchaphalkar wants to merge 3 commits into
Open
Conversation
rahulchaphalkar
requested review from
alexcrichton and
pchickey
and removed request for
a team
July 16, 2026 23:58
alexcrichton
enabled auto-merge
July 17, 2026 14:34
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 17, 2026
Member
|
I suppose that (regrettably) answers that :( |
This file contains hidden or 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
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.
Updates openvino-rs to
0.11.0i.e. openvino native updated to2026.1.2I have been trying to repro some wasi-nn CI failures on windows runners with error
Illegal Instruction, and I believe updating Openvino dependency is possibly a good way to address that.Its tricky to root cause this, as but I have been running isolated runs of openvino tests and winml tests on windows-2025 runners (in my fork) but haven't hit it yet. (The original failing winml tests ran both openvino and winml).
In short, OneDNN which is a dependency of openvino uses JIT to generate some code, checking the underlying CPU capabilities. This is one of the strongest possibilities for ISA mismatch on a github runner. Updating openvino also updates OneDNN from
3.6.2to3.10.2. I see a couple of fixes during that timeframe in OneDNN for illegal instructions, [1], [2]If we still see these failures after this patch (and I have not been to repro it in my fork till then) then I can introduce additional logging and/or separation of threads/jobs for winml and openvino to identify it.
@alexcrichton this should fail cargo-vet test