Hacker News new | ask | show | jobs
by alexhutcheson 2444 days ago
I've never heard anyone suggest that WebGPU would be appropriate for ML training workloads. Maybe inference, but not training.
1 comments

Well, the memory limit of a WebGPU process would be the limiting factor for training. In addition, the bandwidth between the nodes and the parameter server, if doing training in data-parallel fashion, is another limiting factor.