-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
Cannot select GPU to use when there's an APU/iGPU available #537
Comments
On context, this works fine on my Windows installation, it correctly shows the NVIDIA card. The logs:
|
I didn't see this mentioned anywhere but branch https://github.com/mathoudebine/turing-smart-screen-python/tree/fix/537-cannot-select-gpu-to-use-when-theres-an-apuigpu-available fixes this issue. Apparently it was a very easy solution to just change the priorisation under the is_Available function |
Hello @Virkkunen indeed I made a branch with the fix but didn't have the time to merge it. It is now done, thank you for your feedback! |
Describe the bug
I have an AMD 7800X3D and a NVIDIA RTX 3080. Previously I had an AMD 5900X, which does not have an iGPU, so the script correctly identified and used my 3080. Now that I've changed the CPU and the 7800X3D has an iGPU, it's always detected and prioritised over my NVIDIA card.
Environment:
Additional context
The logs only show this:
The text was updated successfully, but these errors were encountered: