Multi-process usage #68
Unanswered
gertvanantwerpentno
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You mean from the time point of view? Definitely from multiple processes (or using multiple threads + CUDA streams) - the usage of GPU is more efficient because computations and memory transfers can interleave. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is more efficient: doing all images sequentially in one process, or doing multiple processes simultaneously their own set of images? Can multiple compressions overlap in time?
Beta Was this translation helpful? Give feedback.
All reactions