Skip to content

[wasi-nn] Update openvino-rs#13892

Open
rahulchaphalkar wants to merge 3 commits into
bytecodealliance:mainfrom
rahulchaphalkar:fix-windows-ci
Open

[wasi-nn] Update openvino-rs#13892
rahulchaphalkar wants to merge 3 commits into
bytecodealliance:mainfrom
rahulchaphalkar:fix-windows-ci

Conversation

@rahulchaphalkar

Copy link
Copy Markdown
Contributor

Updates openvino-rs to 0.11.0 i.e. openvino native updated to 2026.1.2

I 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.2 to 3.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

@rahulchaphalkar
rahulchaphalkar requested review from a team as code owners July 16, 2026 23:58
@rahulchaphalkar
rahulchaphalkar requested review from alexcrichton and pchickey and removed request for a team July 16, 2026 23:58
@alexcrichton
alexcrichton enabled auto-merge July 17, 2026 14:34

@alexcrichton alexcrichton left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@alexcrichton
alexcrichton added this pull request to the merge queue Jul 17, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jul 17, 2026
@alexcrichton

Copy link
Copy Markdown
Member

I suppose that (regrettably) answers that :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants