Hacker News new | ask | show | jobs
by make3 3176 days ago
how does the problem fair on gpus
1 comments

If it requires synchronizing across workers, poorly.
depends how often you need to synchronize. look at deep learning, you need to sync the weights as often as possible
This is correct