Replies: 1 comment
-
Are they running on separate threads? Sharing the same queues? 2 GPU's and 1 CPU may not always equal 2X speed? Bottlenecks in memory on the PCI bus? You might want to run a performance profiler to see where any bottlenecks are. |
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
-
I am developing a video generation project on an 2-GPU server using two different pipelines:
The process works as follows:
I am looking for solutions to resolve this performance degradation.
Beta Was this translation helpful? Give feedback.
All reactions