Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Forget Quad-Core CPUs – Intel Predicts 1,000 Cores Possible
11-26-2010, 08:02 AM
Post: #1
Forget Quad-Core CPUs – Intel Predicts 1,000 Cores Possible
The double edged sword of computational power gets sharper .. theoretically.

Quote:Forget quad-core CPUs – Intel predicts 1,000 cores possible
Nov 25 2010

The architecture for the Intel 48-core Single Chip Cloud Computer (SCC) processor is “arbitrarily scalable,” said Intel researcher Timothy Mattson, during a talk at the Supercomputer 2010 conference being held this week in New Orleans.

“This is an architecture that could, in principle, scale to 1,000 cores,” he said. ” I can just keep adding, adding, adding cores.”

Only after 1,000 cores or so, the diameter of the mesh, or the on-chip network connecting the many cores, will grow to such an extent that it would negatively impact performance, Mattson said.

Intel remains adamant that the future progress of microprocessors will depend on packing ever more cores onto a chip. As more cores are added, however, Intel designers must confront the problem of scalability.

Initial multicore chip architectures depended on a set of protocols that assures that each core has the same view of the system’s memory, a technique called cache coherency.

As more cores are added to chips, this approach becomes problematic insofar that “the protocol overhead per core grows with the number of cores, leading to a ‘coherency wall’ beyond which the overhead exceeds the value of adding cores,” the paper accompanying Mattson’s talk noted.

Mattson has argued (PDF) that a better approach would be to eliminate cache coherency and instead allow cores to pass messages among one another.

The recent work of the design team has centered on developing message-passing techniques for the chip that would scale as more cores are added.

Designed by Intel’s TeraScale Research Program over the past several years, the chip itself is an experimental one and is not on the Intel product road map, Mattson said. A limited number of copies have been distributed to researchers and developers so they can build development tools for the design.

The chip, first fabricated with a 45-nanometer process at Intel facilities about a year ago, is actually a six-by-four array of tiles, each tile containing two cores. It has more than 1.3 billion transistors and consumes from 25 to 125 watts.

For simplicity’s sake, the team used an off-the-shelf 1994-era Pentium processor design for the cores themselves. “Performance on this chip is not interesting,” Mattson said. It uses a standard x86 instruction set.

The novelty of this processor is in its tiled architecture and the network and address infrastructure. Each core has a “mesh interface component” that packages data into packets and connects to an on-board router. Each tile also has a “message-passing buffer,” with 16 kilobytes of random access memory.

The team has tried various approaches to streamline the ability of the processor to pass messages among the many cores.

By installing the TCP/IP protocol on the data link layer, the team was able to run a separate Linux-based operating system on each core. Mattson noted that while it would be possible to run a 48-node Linux cluster on the chip, it “would be boring.”
“To make this interesting, I would have to ask, how would the programming models map onto the unique features of this chip,” he said.

The team also developed a small API (application programming interface) library for message passing among the cores, called RCCE, and which Mattson pronounced as “Rocky.”

In tests, the team showed that message passing among the cores could be just as speedy using RCCE as with TCP/IP-based Linux cluster. And both approaches bode well for the message-passing approach for inter-core communication.

“Our preliminary work has demonstrated that the SCC processor and its native message passing API provide an effective software development platform,” the paper concludes. “The expected difficulties due to the lack of asynchronous message passing have so far not materialized.”

In addition to talking about the chip’s message-passing capabilities, Mattson also elaborated on SCC’s power-saving capabilities. The frequency of each tile can be varied. Hooks are provided for programmers that would allow their programs to adjust the frequency speed and even the voltage of the cores they are running upon. This feature will, however, create a new challenge for programmers, he warned.

“It’s a lot harder than you’d think to look at your program and think ‘how many volts do I really need?’” he said.
http://www.webestigate.com/2010/11/25/fo...-possible/

There are no others, there is only us.
http://FastTadpole.com/
Visit this user's website Find all posts by this user
Quote this message in a reply
11-26-2010, 11:32 PM
Post: #2
RE: Forget Quad-Core CPUs – Intel Predicts 1,000 Cores Possible
i can remember watching a lecture from stanford about this.

The solution presents itself as multi-core is better in parallel and uses less resources. sequential computing can be carried by a more powerful sequentially based "core".

I suspect the bottleneck will be the architecture to handle the speeds.
Find all posts by this user
Quote this message in a reply
11-27-2010, 01:32 AM
Post: #3
RE: Forget Quad-Core CPUs – Intel Predicts 1,000 Cores Possible
Can they go without buses out of the core? Wireless instead of buses.

An error does not become truth by reason of multiplied propagation, nor does truth become error because nobody sees it.
Mohandas Gandhi


Each of us is put here in this time and this place to personally decide the future of humankind.
Did you think you were put here for something less?
Chief Arvol Looking Horse
Find all posts by this user
Quote this message in a reply
11-27-2010, 02:20 AM
Post: #4
RE: Forget Quad-Core CPUs – Intel Predicts 1,000 Cores Possible
the sort of speeds needed would not be a happy place for nearby organic life.

plus the whole point of making tracks smaller is to bring down the latency of communication between transistors. wireless processing would increase latency and thus processing power.
Find all posts by this user
Quote this message in a reply
11-27-2010, 02:41 AM
Post: #5
RE: Forget Quad-Core CPUs – Intel Predicts 1,000 Cores Possible
That's some mad shit! I knew things would take off after the Dual-Core coming on the market, but this...wow! Things are either going to rocket into a new technological age, or something is going to give (maybe us fragile humans).

"He that saith he abideth in him ought himself also so to walk, even as he walked." -- 1 John 2:6
"Whatever affects one directly, affects all indirectly... This is the interrelated structure of reality." -- Martin Luther King Jr.
"He that answereth a matter before he heareth it, it is folly and shame unto him." -- Proverbs 18:13
"Everyone thinks of changing the world, but no one thinks of changing himself." -- Leo Tolstoy
"To love is to be vulnerable" -- C.S Lewis

The Kingdom of God is within you! -- Luke 17:20-21

https://duckduckgo.com/
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)