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

WebGPU: TypeError: adapter.requestAdapterInfo is not a function #67

Open
adlh opened this issue Nov 15, 2024 · 2 comments
Open

WebGPU: TypeError: adapter.requestAdapterInfo is not a function #67

adlh opened this issue Nov 15, 2024 · 2 comments

Comments

@adlh
Copy link

adlh commented Nov 15, 2024

When trying to run the application on latest Chrome Canary with Version 133.0.6836.0 (Official Build) canary (64-bit) I get the error : "Generate error, Error: Find an error initializing WebGPU: TypeError: adapter.requestAdapterInfo is not a function"

After doing some research, it appears that the method is now deprecated (see https://developer.mozilla.org/de/docs/Web/API/GPUAdapter/requestAdapterInfo),
WebGPU works and I also tested that this one (not deprecated method), also works for me:

https://developer.mozilla.org/de/docs/Web/API/GPUAdapterInfo

So I hope this helps to fix the problem.

@eli-front
Copy link

same +1

@gopi-suvanam
Copy link

+1

Let me know if you want me to work on it. can take a stab at it - @tqchen

Screenshot 2024-12-18 205633

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

3 participants