webgpu gpu-pipeline example crashes tab
i am running the example at https://github.com/tensorflow/tfjs-examples/tree/master/gpu-pipeline/webgpu this is on windows 11 + rtx 3070 ti laptop + driver 555.85 chrome 126 - tab crashes after a few seconds ('aw snap' - noting in the console) edge 125 - does not crash how can i debug this?
Hi, @eyaler
I apologize for the delayed response and I was trying to replicate the same behavior from my end on my MacOS (Apple M1 Pro) system with Google chrome browser Version 125.0.6422.143 (Official Build) (arm64) I'm unable to observed same behavior, I'll try to replicate the same behavior on Windows system meanwhile could you please give it try with Google chrome browser version less than 125.x.x.x and see is it crashing or not ?
Thank you for your cooperation and patience.
@gaikwadrahul8 some more info: the crash actually happens when using the AMD GPU (after a few seconds), vendor info: AMD Radeon(TM) Graphics (0x00001681) Direct3D11 vs_5_0 ps_5_0, D3D11
when switching to the NVidia it does not crash. vendor info: NVIDIA GeForce RTX 3070 Ti Laptop GPU (0x000024E0) Direct3D11 vs_5_0 ps_5_0, D3D11
as regard for testing a previous version of chrome - could you point me to a resource for that? preferably if i can download a portable version. thanks!