-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi GPU support #2
Comments
We do have some local patches for multi cards but even the current TOT should not have overhead this big. You can probably run a profiler to see what is bottlenecking it. We can also help investigate the problem if you provide more information. |
Hi @luyug, Thank you for your help. This is the head of the profile when I using two GPU (two 2080Ti, 11G).
v.s. The profile by running on single GPU:
|
A few things
|
Ah, I launched with DP. Running with DDP works! |
Hi,
Is the current version of encoder training with GC support multiple GPUs?
I tried to run the training with NQ dataset by following the instructions in README.md but on a machine with 2 GPUs.
seems it is running slower than on a single GPU?
i.e. on a single GPU, one step cost about 4 sec, but with two GPU, one step cost about 24 sec
The text was updated successfully, but these errors were encountered: