LukeP
Thanks all.
Malexander - does h21 support multiple gpus? If I added another graphics card would Karma and other resources use it?
I was looking at 5090 but the prices are insane for mortals like me lol.
You can specify a second GPU as an OpenCL device. XPU I believe will use multiple GPUs, but I'm not 100% on that. The viewport uses the GPU used by the Window Manager and if COPs are on the same GPU, it can display the image very efficiently. If COPs is using a different GPU, it'll need to download and upload the image to the other GPU. You get the benefit of an independent memory pool, but lose a bit of interactivity in the process.
The viewport team doesn't have any plans to use multiple GPUs; the benefit doesn't justify the complexity.
Also does this mean hopefully that like karma xpu the solvers using opencl will switch to CPU vs crashing?
This system is independent of that, but a sim will send a request for other VRAM users to free up memory when it can't allocate memory so it should help minimize that situation.