Page 1 of 1

GPU Question

Posted: Mon Nov 16, 2020 12:28 am
by alexbeslin
Does each GPU load a texture and geometry or just a main.
For example
1x3090 + 3X 3080
vs
3x3090

Having 1x3090 + 3x3080 has more Cuda Core but less RAM.

Hope someone can help

Re: GPU Question

Posted: Mon Nov 16, 2020 7:23 am
by bepeg4d
Hi,
the scene must be completely loaded in easch GPU, so the GPU with less VRAM defines the limit of the system.

ciao Beppe

Re: GPU Question

Posted: Mon Nov 16, 2020 7:05 pm
by alexbeslin
Thanks for the clarifications, this was really helpful and on time.