06-07-2022, 04:36 PM
(This post was last modified: 06-07-2022, 04:38 PM by josemendez.)
(06-07-2022, 04:00 PM)locque Wrote: What about getting a dedicated GPU just for running the solver though? Is choosing the the device used by the compute backend going to be supported in Obi 7 or does it have to run on the same one that is doing the rendering?
The compute backend uses Unity's shader scaffolding, I didn't expose/implement compute shaders myself so this is entirely up to Unity. As far as I know, (might be wrong though), Unity simply allows you to choose one GPU and then it's used for everything. I don't think it is possible to use multiple GPUs simultaneously.