intel / openvino-plugins-ai-audacity

A set of AI-enabled effects, generators, and analyzers for Audacity®.
GNU General Public License v3.0
732 stars 43 forks source link

V3.5.0-R2 Issues with GPU #130

Closed ShamanTcler closed 2 months ago

ShamanTcler commented 2 months ago

First... the installer worked great ... using CPU I was able to generate word "nuggets" 😁

Switching to GPU....

GPU

So it did find the GPU.

It then fails and this is the log:

GPU Log

ShamanTcler commented 2 months ago

I should add: OS Name Microsoft Windows 11 Pro Version 10.0.22635 Build 22635 System Type x64-based PC Processor Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz, 3801 Mhz, 8 Core(s), 16 Logical Processor(s) Windows Directory C:\WINDOWS System Directory C:\WINDOWS\system32 Installed Physical Memory (RAM) 16.0 GB Total Physical Memory 15.9 GB Available Physical Memory 6.95 GB Total Virtual Memory 36.9 GB Available Virtual Memory 10.9 GB

RyanMetcalfeInt8 commented 2 months ago

Hi again @ShamanTcler,

NVidia GPUs are not very well supported by OpenVINO at this point, which is most likely the root of these GPU issues.

Your i7-10700K should have an integrated GPU (that I am guessing you have disabled) which should work quite well with OpenVINO / these effects.

Thanks, Ryan

The3IC commented 2 months ago

So should we take this to mean GPU mostly/only means an iGPU on an Intel chip? Is this the long term vision or just the current state? You'll get a lot less support requests if the releases spell out the situation in clear? Seeing that his is an intel sponsored project, then I'm not proposing that othere GPUs need to be supported, just that it makes you life easier if the GPU support situation is clearly spelled out.

RyanMetcalfeInt8 commented 2 months ago

Hi @The3IC,

Thanks for the suggestion, I'll try to more clearly spell out what hardware is 'officially' supported on the release page. Basically, our plugins support whatever hardware the OpenVINO framework supports, which is listed here: https://docs.openvino.ai/2024/about-openvino/system-requirements.html

Thanks, Ryan

The3IC commented 2 months ago

Ah, yes, that is clear. Just perhaps add that link with the heading "Supported hardware" also to the audacity plugin. Again for us who come into this mainly/only via audacity, do not really know about the genealogy.

RyanMetcalfeInt8 commented 2 months ago

Hey @The3IC, thanks again for the suggestion -- I've added this 'Supported Hardware' section to our releases. I'll close this issue then -- Cheers!