Add OpenVINO GenAI C runtime for Voxtype NPU support - #64
Draft
jacob-vincent-mink wants to merge 3 commits into
Draft
Add OpenVINO GenAI C runtime for Voxtype NPU support#64jacob-vincent-mink wants to merge 3 commits into
jacob-vincent-mink wants to merge 3 commits into
Conversation
jacob-vincent-mink
force-pushed
the
feature/openvino-genai
branch
from
March 25, 2026 21:25
1408ff6 to
bd36de4
Compare
Contributor
|
LGTM after we update the sha |
jacob-vincent-mink
marked this pull request as draft
March 26, 2026 01:39
jacob-vincent-mink
force-pushed
the
feature/openvino-genai
branch
2 times, most recently
from
March 26, 2026 02:51
28ab3a6 to
957a829
Compare
jacob-vincent-mink
marked this pull request as ready for review
March 26, 2026 02:51
Contributor
Author
done |
Contributor
|
still having group issues to access /dev/accel/accel0 |
jacob-vincent-mink
marked this pull request as draft
March 26, 2026 03:15
spencerbull
force-pushed
the
feature/openvino-genai
branch
from
March 26, 2026 21:34
a8da7d0 to
aee4fc6
Compare
jacob-vincent-mink
force-pushed
the
feature/openvino-genai
branch
from
April 1, 2026 16:44
4a01d6c to
c12f44b
Compare
Contributor
|
@jacob-vincent-mink can you provide an update on what we're waiting on here |
jacob-vincent-mink
force-pushed
the
feature/openvino-genai
branch
from
September 4, 2026 16:04
c2e2229 to
006edfc
Compare
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.
Summary
openvino-genaipackageopenvino=2026.3.1libopenvino_genai_c.so, which Voxtype 1.1’s runtime-loaded OpenVINO backend requiresopenvino-intel-npu-plugin; it pulls the currentintel-npu-driverand compilervoxtype-binformat<int>symbol and add a package-time C ABI load checkValidation
ldd -randctypes.CDLL("libopenvino_genai_c.so")exposed the upstream linkage bug; both pass with the backportdevice=NPUand no fallbackRelease sequencing
Keep draft until the fixed
pkgrel=2artifact is produced by the official builder andvoxtype-bin1.1.0 is released.Co-authored package work from @spencerbull.