You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throwError("Cannot find adapter that matches the request");
40
+
throwError(
41
+
"Unable to find a compatible GPU. This issue might be because your computer doesn't have a GPU, or your system settings are not configured properly. "+
42
+
"Please check if your device has a GPU properly set up and if your your browser supports WebGPU. "+
43
+
"You can also consult your browser's compatibility chart to see if it supports WebGPU. "+
44
+
"For more information about WebGPU support in your browser, visit https://webgpureport.org/"
0 commit comments