Downloading WebGPU buffer with await mapAsync is 5000 times slower in Firefox Nightly
I want to download a WebGPU buffer to host memory in order to do some computation on the CPU. Unfortunately, I have measured that WebGPU is 5000 slower than expected in Firefox Nightly (128.0a1) on Ubuntu 22.04. It takes approximately 100 milliseconds to download a buffer, while the equivalent CuPy code takes only 0.02 milliseconds.