PC game that uses more than four CPU threads?

AI Thread Summary
Many PC games are beginning to utilize more than four CPU threads, particularly with the rise of hyper-threading and multi-core processors. Flight Simulator X reportedly supports up to 16 threads, while the id tech 5 engine can leverage up to 26 cores for tasks like transcoding. Modern AAA titles often employ numerous threads, but typically only 2-3 are actively utilized, leaving many idle. Games such as Supreme Commander, Civilization 5, and recent Total War titles demonstrate significant multi-threaded performance. Overall, RTS and MMORPG genres benefit the most from multi-threading, whereas first-person shooters remain largely GPU-dependent.
Kutt
Messages
237
Reaction score
1
Are there ANY PC games that use more than four CPU threads? It's about time that computer games make use of hyper-threading and 6-8 core processors.

I read somewhere that flight simulator X is coded to use up to 16 threads. Although I'm not sure if that's actually true.
 
Computer science news on Phys.org
There are a number of games that can run Nvidia physx on the cpu like Metro 2033 and a few that can just take better advantage of 6-8 cores for rendering. For physx 8 cores or better is ideal because then you can run full blown matrices for greater efficiency. I read somewhere that about 10-16 cores is about ideal. That way you can run full matrices along with at least two additional threads, but adding any more cores becomes inefficient compared to using simplified processors on a gpu.

The new id tech 5 engine used in Rage and the upcoming Doom 4 can use up to 26 cores mostly for transcoding, but all that transcoding can be done on a gpu instead just like physics and AI. However, it also has an optional interpolation method for slightly higher resolutions that requires at least a hex core i7 to run properly. Of all the engines on the market right now the id tech 5 is easily the most unique and futuristic indicating the shape of things to come.
 
Pretty much every modern AAA title will use more than 4 threads (many have dozens), but usually only 2-3 see any real action, while the others spend most of their time idle. This goes as far back as Valve's 2004 source engine, which has tons of threads, but the vast majority of the CPU work is done in just 2 of them. Note that Windows 7/Vista may spread the load by moving threads around; be aware that load-spreading 2 threads will make it look like 6 cores are being used, but no matter how hard the game tries, it will never get the system as a whole above 33% CPU usage.

As far as games that use more than 4 threads for significant work; Supreme Commander (and sequels), , Civilization 5, and any recent Total War game.
 
Shovel said:
Pretty much every modern AAA title will use more than 4 threads (many have dozens), but usually only 2-3 see any real action, while the others spend most of their time idle. This goes as far back as Valve's 2004 source engine, which has tons of threads, but the vast majority of the CPU work is done in just 2 of them. Note that Windows 7/Vista may spread the load by moving threads around; be aware that load-spreading 2 threads will make it look like 6 cores are being used, but no matter how hard the game tries, it will never get the system as a whole above 33% CPU usage.

As far as games that use more than 4 threads for significant work; Supreme Commander (and sequels), , Civilization 5, and any recent Total War game.

RTS and MMORPG games benefit most from multi-threaded CPU resources. First person shooter games are more GPU dependent.
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Back
Top