no available backend found. ERR: [webgpu] TypeError: r.requestAdapterInfo is not a function
#1
by
mtwohey2
- opened
I am getting this error: no available backend found. ERR: [webgpu] TypeError: r.requestAdapterInfo is not a function
I have run it on Mac OS/Windows Chrome/Edge
mtwohey2
changed discussion status to
closed
It seems to depretiated: https://developer.mozilla.org/en-US/docs/Web/API/GPUAdapter/requestAdapterInfo
mtwohey2
changed discussion status to
open
I confirmed that it works on the Samsung browser.
It does work on Safari with WebGPU enabled.
Thanks for the report - I've just replaced any calls to x.requestAdapterInfo
with x.info
, and it works again.
Xenova
changed discussion status to
closed