To print: Click here or Select File and then Print from your browser's menu
This story was printed from silicon.com, located at http://www.silicon.com/
Story URL: http://comment.silicon.com/0,39024711,11035221,00.htm
Intel developing chip with two brains
What happens when the old ideas run out of steam
By CNET Networks
Published: Wednesday 21 August 2002
By Michael Kanellos
There's more than one way to build a multi-chip microprocessor, according to Intel.
Like researchers at other companies, scientists at the chip-making giant are experimenting with one of the dominant trends in microprocessor design: putting two chip cores, or 'brains', into the same piece of silicon - an approach that promises to improve performance and reduce power consumption over the next decade. But Intel's people are pushing the basic concept into new directions that will, the company asserts, increase such benefits even further.
In 'core hopping', for example, a stream of calculations will jump from one microprocessor core to another. Localised heat generated by transistors during intense number crunching can create 'hot spots' that place a ceiling on performance, said Wilf Pinfold, technical director of microprocessor research at Intel labs. By rotating application processing, key transistors will stay cooler, heat will be more geographically spread and overall performance will climb.
Other areas of research involve specialisation, where small chips within a chip perform specific jobs such as encryption or compression, improving processing prioritisation.
The changes are important in that, without a microprocessor overhaul, the industry's ability to continually make computing faster, cheaper and more powerful will begin to slow.
"What we are really doing is moving beyond simply using the [manufacturing] process improvements and known architectural techniques," Pinfold said. "We're heading into a newer area of architectural design. We've run out of ideas and are now forging ahead with completely new ideas."
Other companies are working on the dual-core theme as well. IBM released the Power 4, the first dual-core chip for servers, last year and will expand the concept with the Cell and Power 5 chips. Sun Microsystems is also working on a dual-core UltraSparc, according to sources.
Meanwhile, vacant space on the memory controller inside AMD's Hammer chip indicates the chip could be transformed into a dual-core processor, said Kevin Krewell, an analyst at The Microprocessor Report, a respected industry newsletter.
Intel's research direction, though, sheds light on the diverse evolutionary path for multi-core chips, and highlights the importance of controlling power consumption in chips, which will contain one billion transistors by 2005.
"What do you do with a one billion transistor budget? That is the bleeding edge of research," Krewell said. "When it comes to power, that is the number one concern. People in servers don't want to go back to water cooling yet." An approach like core hopping, which Krewell likened to a game of 'hot potato', could help alleviate the problem.
The creative leap that lies ahead for microprocessor design could be termed Moore's Sunburn. Microprocessor performance has steadily increased over the past 30 years through the action of Moore's Law, which dictates that the number of transistors on a given chip doubles every two years.
Increasing transistor budgets, though, are such that in the next decade or so microprocessors could begin exuding as much heat, for their proportional size, as a nuclear reactor.
To defuse the conflict, engineers are concentrating more on efficiency than on simply pumping up performance. In other words, they're trying to figure out better ways to exploit the computing power of a chip and the growing transistor budget, rather than gunning the clock speed, juicing the voltage or throwing even more transistors into a device to make it more powerful.
"You can very efficiently use the expensive resources on a processor," Pinfold said. "There has been a progressive change in our thinking. In the early 1990s we were still in the mode of 'performance is everything'. Now we start by defining a power envelope."
In general, there are two basic approaches to building multi-core processors. Symmetric multiprocessing chips, such as IBM's Power 4 and presumably chips with core hopping, essentially squeeze two equal processors into a single piece of silicon, so that the chip provides the same computing power as a dual-processor server.
The approach saves on computing real estate and can increase efficiency because the chip cores can share cache memory or buses.
In asymmetric multiprocessing, the two internal chip cores differ from each other and perform specific functions, offloading work from the central processor. Additionally, you could get "little co-processors that do various tasks now handled by software," said Krewell, jobs such as TCP/IP processing or encryption.
Similarly, chip designers could build high-intensity regions into the chip. Intense, high-priority number crunching calculations could be directed toward certain transistors being supplied with greater amounts of power, Pinfold said. Less significant tasks, meanwhile, could be shunted off to other regions.
The ultimate design and techniques used will depend on the whether the chip will go into mobile devices, servers or desktops. Research is being conducted in the company's labs in the US but also in Israel and Barcelona, Spain, owing to the diverse nature of the work.
"The microprocessor of the future will be much more appropriate to its use," Pinfold said. "We will go to where we can find the best architects."
The processor changes will take place in tandem with increased thread-level parallelism. Under thread-level parallelism, software instructions get separated into individual streams. Once broken down, the streams of an application can be processed in parallel, rather than sequentially, thereby saving time.
Cache misses - when a processor doesn't have the required data in its nearby cache of memory - can hinder computer performance because the processor has to spend cycles digging the data out of main memory. Helper threads could anticipate potential cache misses and retrieve the data before the required calculation, Pinfold said.
Current benchmarks show substantial performance benefits through application threading. Hyperthreading, which takes advantage of threaded applications, was introduced to Intel's Xeon line earlier this year and will soon come to the Pentium line, sources have said.
The increased emphasis on application threading comes at a crucial time. For the past decade or so, designers have squeezed performance out of instruction level parallelism, which involves juggling a processor's instructions for greater efficiency. But the ceiling is in sight.
Michael Kanellos writes for CNET News.com.
Copyright © 2008 CBS Interactive Limited. All rights reserved. Top of page