Comment by punnerud
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?
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?
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.
Distributed large model training with web clients?