protonscr

Vulkan Multi-GPU

dxvkclosed invalidwontfix
doitsujin/dxvk#199 · opened 2018-03-24 by artivision · updated 2019-04-11 · 3 comments · github
Aartivision 2018-03-24 github

It is a good idea to take advantage of the Vulkan Multi-GPU functionality. I don't know maybe have more command queues and divide command buffers between them. Some classes can be specified as suitable to run to the secondary GPU. Example: if there is a Prime Laptop you can do Post-processing on Intel and you don't need to copy anything back to the dGpu.

Ddoitsujin maintainer 2018-03-24 github

DXVK is an API wrapper, not a standalone game. It just doesn't work that way.

Vviggy96 2019-04-11 github

I realise this is a small portion of the market, but would it be possible to support multi-GPU for games that do already support it in DX11?

KK0bin maintainer 2019-04-11 github

There are some hints games use in NvAPI but most SLI stuff is a hack in the driver that needs to be done on a game by game basis.

Nothing extracted yet.