RPCS3 Forums
how many cores/threads rpcs3 uses? - Printable Version

+- RPCS3 Forums (https://forums.rpcs3.net)
+-- Forum: Support & Issues (https://forums.rpcs3.net/forumdisplay.php?fid=17)
+--- Forum: Support (https://forums.rpcs3.net/forumdisplay.php?fid=18)
+--- Thread: how many cores/threads rpcs3 uses? (/showthread.php?tid=161606)



RE: how many cores/threads rpcs3 uses? - personablue - 04-28-2014

I was just wandering how many cores/threads rpcs3 will use or uses..
Dolphin uses 2 cores + 1core( for Lle only)
pcsx2 uses 3 cores
rpcs3 will use ?
any idea?



RE: how many cores/threads rpcs3 uses? - ssshadow - 04-28-2014

At least as many as the games themselves use, so for high end games I guess 9. 2 PPU threads, 7 SPU threads. And since we are an HLE emulator some things may be able to run on their own thread as well. (If the game just tells the PS3 OS to do something, we can do that in a new thread, possibly, I am guessing this)

Further optimizations for more parallelism may or may not be possible in the future.



RE: how many cores/threads rpcs3 uses? - hlide - 04-28-2014

(04-28-2014, 09:58 AM)ssshadow Wrote: At least as many as the games themselves use, so for high end games I guess 9. 2 PPU threads, 7 SPU threads.

Further optimizations for more parallelism may or may not be possible in the future.

why 9 cores ? why 7 SPU ? as far as I know a PS3 game can only use up to 6 SPU, because 7th is used in internal by the OS and 8th is disabled. So it sounds for me like 8 cores.



RE: how many cores/threads rpcs3 uses? - ssshadow - 04-28-2014

(04-28-2014, 09:20 PM)hlide Wrote:
(04-28-2014, 09:58 AM)ssshadow Wrote: At least as many as the games themselves use, so for high end games I guess 9. 2 PPU threads, 7 SPU threads.

Further optimizations for more parallelism may or may not be possible in the future.

why 9 cores ? why 7 SPU ? as far as I know a PS3 game can only use up to 6 SPU, because 7th is used in internal by the OS and 8th is disabled. So it sounds for me like 8 cores.

Yeah, maybe so. I just quickly looked at this. "the PS3 can have at most 9 threads runnings at the same time (2 from PPE and 7 from SPE)." But yes, doesn't mention what games can do.