Upcoming 8-Core Processors: Release Date, Compatibility, and Performance

  • Thread starter Thread starter Kutt
  • Start date Start date
  • Tags Tags
    Core
AI Thread Summary
The anticipated release of 8-core processors from AMD and Intel is expected to occur late next year, with Intel's Ivy Bridge-E and AMD's Piledriver being potential contenders. These processors may require new sockets, with Ivy Bridge using socket 2011. While current applications, particularly in gaming, may not fully utilize 8 cores, the trend towards multi-threaded game engines and resource-intensive tasks like video editing, 3D modeling, and scientific computing suggests that having more cores will be beneficial for performance. Modern game engines are increasingly designed to leverage multi-threading, enhancing gameplay and processing capabilities. Additionally, a theoretical supercomputer configuration is discussed, showcasing the potential of high-end components, though the associated costs are substantial, exceeding $30,000.
Kutt
Messages
237
Reaction score
1
When are the long awaited 8-core processors from AMD and Intel going to be commercially available? Will they use current sockets and chipsets or require new ones?

What kind of applications would fully make use of an 8-core 16-thread processor? Certainly there aren't any PC games that would need or use so much CPU resources. Do I really need this much CPU power if I'm just playing games, viewing photos, and browsing the internet? My Core i7 930 (Nehalem) seems to work just fine for everything I do.

I can't remember, but does the Ivy Bridge use Intel socket 2011 or 1155?
 
Computer science news on Phys.org
Hey Kutt.

The first thing is that the OS will make use of the different cores and threads with regards to it's I/O and other interrupt handlers in the context of its execution environments (services, processes, etc).

The second thing is that some types of applications including game engines are becoming multi-threaded due to the necessity of becoming multi-threaded due to the resource requirements to run complex and resource intensive games.

The video card will always handle the graphics routines but a lot of stuff does have to be done by the CPU still and any chance of using multi-threaded frameworks where performance is increased will be coded in at some point.

Also you must understand that modern game engines use event driven frameworks for all the gameplay and even for the internal stuff inside EXE's and DLL's so having multiple threads is very natural in a gaming environment: the big key is the synchronization but you must remember that game engines are designed to not require total synchronization.

In network mode, the engines expect packets to be dropped and it's easier from a design point of view to run a single player game mode as a multiplayer mode with a few tweaks so that everything goes through the same pipeline as the multiplayer mode does and the multiplayer mode has to do deal with lack of guaranteed synchronicity between clients and the server.

For a lot of stuff, you probably don't need the extra cores but when it comes to really resource intensive applications like games, video editing, photo editing, music editing and production, animation and 3D modelling production and a host of other similar ones, then having multiple cores will be beneficial since a lot of the developers of these have this in mind from the start and code their applications to utilize these features.

Also things like computing engines will also be designed to take these into account which include things like MATLAB, Maple, Mathematica and so on.
 
in answer to your question, they already have released a 10 core 20 thread processor with support of upto 4tb quad channel ram and the socket type is LGA1567.

So theoretically you could create a machine using a X8QB6-F motherboard, 4xIntel E7-8870 cpu's giving you a theoretical speed of 224Ghz and 1tb of ddr3 ram running in quad channel, quad sli with two gtx690's, 2x800gb(1600gb total) 910 series intel ssd's in raid 0 or 5 (for speed of 4000mbps read 2000mbps write) or 8x 480gb(3840gb total) 520 series intel ssd's in raid 0 or 5 (for speed of 4400mbps read 4160mbps write)

There you go, a commercially available super computer.

now for the price.

Item___________________cost(ea)__subtotal
intel ssd x8______________$514_____$4,112
cpu x4_________________$4,616___$18,464
mobo__________________$2,325__________
g-skill ripjaws(16gb kit)______$98_____$6,272
graphics x2______________$1,185____$2,370
total____________________________$31,218

So if you have around 30 grand to spend on a computer be my guest haha.

and finally socket 2011 for ivy bridge i7's
 
Last edited:
Late next year a 6-8 core ivy bridge-e and 8 core AMD piledriver are expected to come on the market. AMD has been having trouble so it might be delayed, but piledriver is expected to finally produce competitive performance with sandy bridge. If so it could become an inexpensive alternative to ivy bridge-e. We'll just have to wait and see as always.
 
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...

Similar threads

Back
Top