Replies: 1 comment
-
TL;DR: Based on several factors, you may or may not see speedup in a parallel computation. And this has very less to do with JAX itself. The factors:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If the calculation work is paralyzed between different GPUs, should I expect the total time to decrease depending on which GPUs are, because the work is spread over different processes or does this not happen? (for example with Trax, can I expect the calculation of a single epoch to scale with the number of GPUs used?). I ask because from some tests it seems to me not to happen.
Beta Was this translation helpful? Give feedback.
All reactions