Scientists squeeze more than 1,000 cores on to computer chip

January 4, 2011

(PhysOrg.com) -- Scientists at the University of Glasgow have created an ultra-fast 1,000-core computer processor.

The is the part of a computer’s central processing unit (CPU) which reads and executes instructions. Originally, computers were developed with only one core but, today, processors with two, four or even sixteen cores are commonplace.

However, Dr Wim Vanderbauwhede and colleagues at the University of Massachusetts Lowell have created a processor which effectively contains more than a thousand cores on a single chip.

To do this, the scientists used a chip called a Field Programmable Gate Array (FPGA) which like all microchips contains millions of transistors – the tiny on-off switches which are the foundation of any electronic circuit.

FPGAs can be configured into specific circuits by the user, rather than their function being set at a factory, which enabled Dr Vanderbauwhede to divide up the transistors within the chip into small groups and ask each to perform a different task.

By creating more than 1,000 mini-circuits within the FPGA chip, the researchers effectively turned the chip into a 1,000-core processor – each core working on its own instructions.

The researchers then used the to process an algorithm which is central to the MPEG movie format – used in YouTube videos – at a speed of five gigabytes per second: around 20 times faster than current top-end desktop computers.

Dr Vanderbauwhede said: “FPGAs are not used within standard computers because they are fairly difficult to program, but their processing power is huge while their energy consumption is very small because they are so much quicker – so they are also a greener option.”

While most computers sold today now contain more than one processing core, which allows them to carry out different processes simultaneously, traditional multi-core processors must share access to one memory source, which slows the system down.

The scientists in this research were able to make the processor faster by giving each core a certain amount of dedicated memory.

Dr Vanderbauwhede, who hopes to present his research at the International Symposium on Applied Reconfigurable Computing in March 2011, added: “This is very early proof-of-concept work where we’re trying to demonstrate a convenient way to program FPGAs so that their potential to provide very fast processing power could be used much more widely in future computing and electronics.

“While many existing technologies currently make use of FPGAs, including plasma and LCD televisions and computer network routers, their use in standard desk-top computers is limited.

“However, we are already seeing some microchips which combine traditional CPUs with chips being announced by developers, including Intel and ARM.

I believe these kinds of processors will only become more common and help to speed up computers even further over the next few years.”

Provided by University of Glasgow

4.8 /5 (24 votes)  

Filter


Move the slider to adjust rank threshold, so that you can hide some of the comments.


Display comments: newest first

El_Nose
Jan 04, 2011

Rank: not rated yet
At first I thought this was the INTEL chip that had a crap load of cores - which would have been old news - but this is new. FPGA's are a unique solution but no one should get the idea that these can replace a CPU - but they signal the reemergence of the co-processor like in the early ninties
Mesafina
Jan 04, 2011

Rank: 5 / 5 (2)
FPGA's are quite interesting. Indeed they are difficult to program, but not so much more difficult then designing a complex circuit board. Parallel processing with recursive inputs and outputs make it easy to create unintended logical side-effects.

Multithreaded programming often addresses this by using mutexes, but the mutex itself is only necessary if your code is not properly designed. This really just means that people will have to think about their software a bit more and do more planning, at least until an abstraction language like java is created to handle and verify integrity for the programmer.

I can definitely see fpga programming being handled in a more automated and emergent manner, possibly even modeled after how neurons in the brain program themselves. Neurons and fpga's do have some striking similarities depending on how you are using the fpga.
Quantum_Conundrum
Jan 04, 2011

Rank: 1.8 / 5 (4)
I can definitely see fpga programming being handled in a more automated and emergent manner, possibly even modeled after how neurons in the brain program themselves. Neurons and fpga's do have some striking similarities depending on how you are using the fpga.

When I was discussing A.I. with FBM, I described a concept of having a multi-core network capable of re-configuring it's own connectivity among the cores facilitated by nano-scale robotic arms to re-work wiring, etc.

Of course, true to form, FBM insisted nothing like this would ever be possible.
bg1
Jan 04, 2011

Rank: not rated yet
Lots of processors, each with its own memory - sounds like nerve tissue. Maybe this could be used to make an artificial brain.
El_Nose
Jan 04, 2011

Rank: 5 / 5 (1)
anyone see that article on "sloppy mathematics" it is a direct tie in to this one
Eikka
Jan 04, 2011

Rank: 5 / 5 (4)
Unfortunately, an FPGA can't re-configure itself while it is running, so there's a bit of a misunderstanding here. What they have done here is; they've created a circuit inside an FPGA to emulate a 1000 core processor, and then given it a program to run. Simple as that.

The reason why we generally don't use FPGAs for general purpose computing is that you rarely need to re-configure a chip in a product. They're mainly used for research and developement, and one-off special products like in industrial automation where making just one regular ASIC chip would cost too much (because you need to make ten thousand of them to turn a profit).

In a product like a set-top-box, you can take the circuit that was put into the FPGA and remove all the scaffolding required for programmability and turn it into an ASIC. That makes it even faster and even more energy-efficient, and cheaper.

(ASIC= Application Specific Integrated Circuit)
Eikka
Jan 04, 2011

Rank: 5 / 5 (3)
And an FPGA isn't suitable for being re-programmed over and over again in a computer because it relies on flash memory to store the gate configurations.

So you have a limited number of times that you can re-draw the circuit that the chip is emulating. After that it bricks.
Parsec
Jan 04, 2011

Rank: 5 / 5 (3)
Eikka - not all FPGA's use flash memory to store their gate configurations. Flash is limited to about 25k read/write cycles, which isn't usually an important limitation.

FPGA's are cheaper that ASIC's for small to medium quantities (up to runs of about 100k parts). This is because ASIC's cost millions in up front cost, while FPGA's do not. However ASIC's are much cheaper to produce once they are designed, have far more gates, and run up to 10x faster (or 10x less power). So...

FPGA's are perfect for proof of concept. ASIC's are better for mass produced consumer products. This is an example where FPGA's absolutely have the advantage.
TehDog
Jan 04, 2011

Rank: 4 / 5 (1)
Bloody physorg spam filter won't allow links from physorg...
See "The surprising usefulness of sloppy arithmetic"
And the post that I made several hours ago (awaiting moderation for that link) was essentially Parsec's points, in somewhat less detail :)
Eikka
Jan 04, 2011

Rank: 4.5 / 5 (2)
Flash is not read limited. Only write limited.

The point being, that if you imagine a computer that reconfigures its circuitry to suit the task, you will quickly run out of erase cycles on a typical FPGA chip.

A modern multitasking processor changes "context", i.e. the program it operates on, several hundred or thousand times a second, and there's a hundred different programs running at any given time. Even if you didn't have the erase cycle limitations of flash memory, the FPGA circuitry can't keep up re-programming to optimize itself for different tasks, and that will negate the benefit of being able to change the circuitry.

It only works if you're running one program at a time, but in such cases you almost never have to change the program.

PinkElephant
Jan 04, 2011

Rank: not rated yet
@Eikka,
Even if you didn't have the erase cycle limitations of flash memory, the FPGA circuitry can't keep up re-programming to optimize itself for different tasks, and that will negate the benefit of being able to change the circuitry.
Not necessarily. Think of an SOC, that can rapidly reconfigure itself to either very efficiently playback a high-definition 3D movie with surround sound, or very efficiently ray-trace 3D graphics and simulate physics for an interactive game, or very efficiently run a huge spreadsheet, or very efficiently host a website with a backing database, or very efficiently process and route communications in a peer-to-peer ad-hoc network, or indeed very efficiently simulate the neural net of a virtual pet. I'm thinking of a very compact and power-efficient device (the size of a cell phone or smaller) that could be the only computer you'll ever need. Naturally, 10 to 20 years into the future...
RodRico
Jan 05, 2011

Rank: not rated yet
Some facts: Most large FPGAs are RAM based, and they can be programmed from other processors. Futhermore, parts of their logic can be reprogrammed while other parts run. Logic in one area of the FPGA can even program logic in another area.

The issue with large FPGAs is cost. 75% of the die area in an FPGA is dedicated to programmed connections, so a hard-wired ASIC will always be smaller, faster, and consume less power. The ASIC will also be cheaper *IF* the production run is large enough to offset the custom design cost.
RodRico
Jan 05, 2011

Rank: not rated yet
Folks that are interested, by the way, should Google "Reconfigurable Computing." Regular folks can even get into this game thanks the recent emergence of Xilinx Spartan-6 devices ($150 for a pretty large/fast FPGA with 8 lanes at PCI Express speeds). The tools for these devices are free and can be downloaded off Xilinx's web site. Designs for many processors can be downloaded for free at OpenCores.org, or you can roll-your own (as I did).
shadfurman
Jan 07, 2011

Rank: not rated yet
The reason why we generally don't use FPGAs for general purpose computing is that you rarely need to re-configure a chip in a product. They're mainly used for research and developement, and one-off special products like in industrial automation where making just one regular ASIC chip would cost too much (because you need to make ten thousand of them to turn a profit.


I don't know, I can imagine an FPGA being used in small devices to decode video, then maybe reconfigure to do some UI processing, then maybe reconfigure to do so BOINC computing while your device charges, then maybe reconfigure to do some 3D computations for a game.
Rank 4.8 /5 (24 votes)
Relevant PhysicsForums posts
  • PCB design/fabrication quote - online or offline?
    created2 hours ago
  • PCB Design / Fab / Assembly start up experience?
    created2 hours ago
  • Half-wave rectification
    created6 hours ago
  • Electronic Speed Controls & Brushless Motors
    created7 hours ago
  • why we are using single phase & three phase
    created9 hours ago
  • Q point and distortion
    created11 hours ago
  • More from Physics Forums - Electrical Engineering

More news stories

SpotterRF debuts Radar Backpack Kit (w/ Video)

(Phys.org) -- SpotterRF has announced a special radar backpack kit designed to enhance situational awareness for soldiers on the ground. The company says its special radar is designed for warfighters as part ...

Technology / Hi Tech & Innovation

created 7 hours ago | popularity 5 / 5 (2) | comments 7 | with audio podcast report

Yahoo kills 'Livestand' just 6 months after debut

(AP) -- Yahoo is killing a tablet magazine called Livestand just six months its debut on the iPad.

Technology / Business

created 22 hours ago | popularity not rated yet | comments 1

Yahoo! ditches digital newsstand for iPads

Yahoo! shuttered its fledgling digital newsstand for iPads on Friday in what it said was the start of a product purge intended to make the floundering Internet pioneer more nimble.

Technology / Internet

created 23 hours ago | popularity not rated yet | comments 0

Probability of contamination from severe nuclear reactor accidents is higher than expected: study

Catastrophic nuclear accidents such as the core meltdowns in Chernobyl and Fukushima are more likely to happen than previously assumed. Based on the operating hours of all civil nuclear reactors and the number ...

Technology / Energy & Green Tech

created May 22, 2012 | popularity 3.4 / 5 (17) | comments 49 | with audio podcast

Delphi gasoline-injection engine technique rivals hybrid's edge

(Phys.org) -- Running a diesel like engine on gasoline is something Delphi is doing in notable fashion. They claim they are on to a promising way to enjoy an engine that gives the vehicle owner high efficiency ...

Technology / Energy & Green Tech

created May 21, 2012 | popularity 4.6 / 5 (17) | comments 33 | with audio podcast report


Australia hails surprise super-telescope decision

Australia has hailed a surprise decision giving it a role in a radio telescope project aimed at revolutionising astronomy, vowing to draw on its decades of experience in space science.

Astronomers seize last chance in lifetime for Venus Transit

Astronomers are gearing for one the rarest events in the Solar System: an alignment of Earth, Venus and the Sun that will not be seen for another 105 years.

Thousands of shellfish found dead in Peru

Thousands of crustaceans were found dead off the coast of Lima following the mystery mass death of dolphins and pelicans, the Peruvian Navy said Friday.

SpaceX capsule has 'new car' smell, astronauts say

SpaceX's Dragon cargo vessel smells like a new car, said astronauts at the International Space Station after opening the hatches Saturday following the spacecraft's landmark mission to the orbiting lab.

Family history of Alzheimer's affects functional connectivity

(HealthDay) -- Cognitively normal individuals with a family history of late-onset Alzheimer's disease (AD) may display lower resting state functional connectivity in the default mode network (DMN) of the brain, ...

Astronauts enter world's 1st private supply ship

(AP) -- Space station astronauts floated into the Dragon on Saturday, a day after its heralded arrival as the world's first commercial supply ship.