Page 1 of 1

Distributing render power

Posted: Wed Apr 03, 2019 4:16 pm
by Egert_Kanep
Today I ran into interesting situation. I am rendering a credit card, so a simple scene. I noticed that rendering with 4 gpus isn't much faster that rendering with 2 gpus, because most of the time goes for compiling +4 seconds denoise. So the win from using 4 gpus was only a couple of seconds.

So then I opened two blenders and used 2gpus for each and basically doubled my render speed, because as one was rendering, other already compiled new frame. Does this sound logical?

Could there be a feature for rendering multiple frames at once?

Re: Distributing render power

Posted: Wed Apr 03, 2019 4:31 pm
by B.Y.O.B.
It's a bit of a niche case.
Someone could write a script that handles this (I think there are already some Blender render managers that might contain such a feature).

By the way, have you tried 4 Blender instances with one GPU each?

Re: Distributing render power

Posted: Wed Apr 03, 2019 5:04 pm
by Egert_Kanep
Could give it a try tomorrow, tough 2gpu's seemed to be most optimal solution. because then it wouldn't compile frames at the same time.

Re: Distributing render power

Posted: Wed Apr 03, 2019 10:03 pm
by Dade
Egert_Kanep wrote: Wed Apr 03, 2019 4:16 pm Does this sound logical?
Yes, but it is true in general (i.e. for network rendering too) when working with a very short rendering time per frame.