2 GPU is 10 times slower than 1 GPU, using colossal, normal? #290
Unanswered
Arsmart123
asked this question in
Community | Q&A
Replies: 2 comments 7 replies
-
Hi, do you have a code snippet to reproduce this issue? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hi @Arsmart123 , I have run your code. The time taken is 2.67s for one process and 2.55s for two processes. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I am comparing the difference between split a single layer into two GPUs, and my result is like:
2GPUs single layer with parameter: 1,600,000*4000(about...) => 111s
1 GPU single layer with same parameter => 9s
Such delay is normal? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions