Skip to content
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

Can not choose second gpu using wgpu #7

Open
Quackdoc opened this issue Aug 16, 2023 · 2 comments
Open

Can not choose second gpu using wgpu #7

Quackdoc opened this issue Aug 16, 2023 · 2 comments

Comments

@Quackdoc
Copy link

Quackdoc commented Aug 16, 2023

Running on windows I have tried to set my intel gpu using let-env WGPU_ADAPTER_NAME = 'intel' via nushell to no succsess.

I also tried changing device choose to let device = WgpuDevice::DiscreteGpu(0); and it too did not work.

in the end I had to set type Backend = WgpuBackend<burn_wgpu::Vulkan, f32, i32>; and use VK_ICD_FILENAMES = '\windows\system32\DriverStore\FileRepository\iigd_dch_d.inf_amd64_50b98d237e0753a8\igvk64.json' to use the intel gpu (for anyone stumbling upon this the link may be different depending on gpu, so you will need to manually find igvk64.json)

not sure if this is an issue with whisper-burn or the wgpu backend for burn, I think it's a wgpu-burn issue but thought it would be safer to report issue here first

@antimora
Copy link

@Quackdoc if you don't mind, can you refile this ticket with Burn? We can trouble shoot there. It's more related to the backend set up. Since this backend just release, please bear with us on this.

@Quackdoc
Copy link
Author

@Quackdoc if you don't mind, can you refile this ticket with Burn? We can trouble shoot there. It's more related to the backend set up. Since this backend just release, please bear with us on this.

done, and no problem. will do what I can to help work through

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants