-
Notifications
You must be signed in to change notification settings - Fork 20
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
Submodule hw_module missing? #6
Comments
Hi, currently hw_module is Intel proprietary and not available in public as open-source. But you can still use GNA in HW mode with limited functionality. |
I'll leave this issue open (as long as hw_module is n/a). The answer will help whenever someone stumbles over this problem and can reduce incoming issues ;) . |
i just stumbled on this issue.
EDIT: turns out the kernel module i was using from https://storage.openvinotoolkit.org/drivers/gna/ is old, and this repo needs a more recent version of the kernel module ported to the DRM subsystem. I've found the submission in dri-devel, but i guess i'll wait for it to be merged upstream. |
When enabling gnahw for cmake (via
GNA_BUILD_WITH_HW_MODULE_ENABLED
), i get the following error:I checked and cannot find any submodules.
I use Ubuntu 22.04, Linux 5.19.1, an Intel i9-12900K and a version of the module discussed at https://lore.kernel.org/lkml/[email protected]/T/#u.
The text was updated successfully, but these errors were encountered: