speedup by multiprocessing with GPUs #459
Unanswered
yudaiOfRiver
asked this question in
Q&A
Replies: 3 comments
-
Does it work with fewer processes? How many CPUs does your machine have? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for your response. But I would like to make use of 5000 GPUs that my server has. And as far as I know, I could use it with torch.multiprocessing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In the evaluate function you have all the freedom to use the hardware the best way. Probably PyTorch or directly cuda code works best. |
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
-
Hi, I am stuck in implementing parallelization of solving problems.
I coded as follows with reference to the Starmap section on this page.
However, I got errors shown below...
Does anyone know ways to achieve this speedup using GPUs, even if it is not through Starmap? By the way, I cannot use vectorized matrix operations for some reason.
Beta Was this translation helpful? Give feedback.
All reactions