Comment by punnerud

Comment by punnerud 11 days ago

4 replies

How performant is the CUDA code in browser compared to standalone program?

Could we have PyTorch / ML training with CUDA through the browser performing ok?

saagarjha 10 days ago

Well the bigger issue is that even natively I doubt there is enough performance to train anything interesting.

machinekob 10 days ago

WebGPU don't have access to most accelerators in GPU so it would be super slow compared to CUDNN version but pure CUDA would be only x times times faster.