-
Notifications
You must be signed in to change notification settings - Fork 928
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
v0.20.1 can't find right adapter for my old computer. #5819
Comments
@alexniver can you post a dump of wgpu-info --verbose? might be helpful to understand why it wouldn't pick your amd gpu |
|
That warning from mesa is exactly why it's not letting your and card through. Radv isn't conformant on your amd card, and we filter out all non-conformant implementations by default, falling back in opengl, where we can't actually pick which adapter we get. |
oh, I know, so this is not a issue, I will close. |
Description
I have a very old computer with DiscreteGpu and IntegratedGpu.
on
v0.20.1
, wgpu only use IntegratedGpuon
v0.18.0
, wgpu use DiscreteGpu, this is righton
v0.19
wgpu can't find adapter #5164 , this issue is fixed for meRepro steps
on
v0.18.0
output
on
v0.20.1
, runoutput
Expected vs observed behavior
wgpu should always use discrete gpu.
Platform
os:
archlinux
wgpu version:
v0.20.1
The text was updated successfully, but these errors were encountered: