latitudegames / AIDungeon

Infinite adventures await!
http://www.aidungeon.io/
MIT License
3.19k stars 554 forks source link

[Question] Split between Ram and VRam usage? #121

Open kik4444 opened 4 years ago

kik4444 commented 4 years ago

Running the game locally on a GTX 970, Ryzen 1700 and 16 GB Ram requires around 1 minute of waiting between AI responses. Based on what I've read, this can be sped up if the game can use your Nvidia GPU's Vram instead, however my GPU only has 3,5 GB of fast VRam (the remaining 0,5 is much slower and is best if it's not used at all). In my case the game takes up my normal Ram from anywhere between 10 to 14 GB. This got me thinking, is it possible to split them up so that the game uses a pre-determined amount of Vram (e.g. 3,4 GB) and the rest it takes from the normal Ram?

Is something like this possible and would it speed up responses?

EDIT: Sorry about closing and re-opening this, wrong button.