Slashdot Mirror


Handheld Supercomputers in 10-15 Years?

An anonymous reader writes "Supercomputers small enough to fit into the palm of your hand are only 10 or 15 years away, according to Professor Michael Zaiser, a researcher at the University of Edinburgh School of Engineering and Electronics. Zaiser has been researching how tiny nanowires — 1000 times thinner than a human hair — behave when manipulated. Apparently such minuscule wires behave differently under pressure, so it has up until now been impossible to arrange them in tiny microprocessors in a production environment. Zaiser says he's figured out how to make them behave uniformly. These "tamed" nanowires could go inside microprocessors that could, in turn, go inside PCs, laptops, mobile phones or even supercomputers. And the smaller the wires, the smaller the chip can be. "If things continue to go the way they have been in the past few decades, then it's 10 years... The human brain is very good at working on microprocessor problems, so I think we are close — 10 years, maybe 15," Zaiser said."

3 of 240 comments (clear)

  1. Re:The Not Too Far Future by infolib · · Score: 5, Interesting

    I had a lecturer who explained that when applying for grants you'd always like the research to have imminent application. On the other hand, if you put the deadline too early you, or the people who granted the money, might have to face responsibility for the failure. In between was there was a sweet spot, which he gauged to be around 15 years or so. Ever since then I've honored him by referring to this phenomenon as the "Flensberg Optimum".

    --
    Any sufficiently advanced libertarian utopia is indistinguishable from government.
  2. Re:Why supercomputers? by c · · Score: 4, Interesting

    > Isn't a super-computer a relative term?

    Yup.

    Unless they're talking about something significantly outside the progression we've accepted as Moore's Law. We've come to accept that a super-computer is normally a collection of hundreds of bleeding edge processors. So if they're talking about a handheld ten years from now which is perhaps 1024*(2^(240/18)) times more powerful than a single current bleeding edge CPU, then they could be justified in calling it a super-computer.

    They may also be using super-computer to describe a system fast enough that it doesn't need an upgrade to run whatever Carmack pushes out at the time.

    c.

    --
    Log in or piss off.
  3. Aye, but that's the easy part by Moraelin · · Score: 4, Interesting

    Aye, lad, of course you can imagine a beowulf cluster of these. But that's the easy part. Everyone can do that these days. Why my nephew could imagine a beowulf cluster on a good day, and he's a toddler.

    Now try imagining cooling it. That's the real challenge. That's what makes grown up men cry like little girls.

    I mean, look 15 years back in time. That was in 1992. We still had desktop cases without fans (except maybe on the PSU, though even there not on all), CPUs without heatsinks (and in fact, the chip even included in a big slab of resin or such and it made no difference to cooling anyway), and computers could safely run on PSUs whose wattage was a 2 digit number. We also still had RAM fast enough that you didn't need a CPU cache (nor had a transistor budget for it, anyway). And we thought that a program that takes a whole floppy is bloated. Etc.

    So I'm going to put on my wizard hat and rub the ol' crystal ball, and tell you how I see computing in the future.

    - seein' as case fans started from none, and now we're at two or more 120mm fams and ducts per case, I see the computer of the future as a cube, whose whole face (or maybe side) is one big 14" fan (yes, inch, not cm) blowing air in and another in the back blowing it out. In fact, it will all be one big square wind tunnel, or an oversized hair dryer.

    You'll alos be advised to not put anything more flammable than asbestos behind it, and fence it so your cat or toddler can't get behind the computer and get cooked.

    - a decent power supply will be around 3-4 kilowatts, but Nvidia will recommend 5 kW for their latest graphics card, more if you run a SLI setup.

    - or maybe water cooling will become the standard, and the computer will nicely double as a samovar and espresso machine.

    - heatsinks will be made of pure silver. And ATI will still need something that sounds like a jet fighter at takeofff to keep their GPU at only 90C.

    - continuing the trend, graphics cards will keep needing increasingly more dedicated power connectors, and increasingly more pins on them. We started at 1 with 4 pins, and now we're at "ATI won't activate this or that function if you don't have 8 pins on the second power connector." I foresee that in 15 years we'll be at 6 power connectors with 16 pins each, just to bring enough current to the graphics card.

    - still noone will have invented a better use of all that silicone than adding yet another core, so given that 15 years is no less than 10 cycles of Moore's Law, you'll have anywhere between 2048 and 4096 cores in your PC. More time will be spent passing messages between those and serilizing access to data, in algorithms that were never meant to be massively parallel, than actually computing the useful part. People will still argue that it's the fault of game programmers that they don't split processing 5 NPCs between 2048 CPUs, or for that matter, the fault of compiler makers that they insist on reading the file sequentially instead of each core processing every 2048'th line of the file.

    - We'll be up to, oh, maybe DDR9, or maybe some newer standard. It still won't have lower latency in nanoseconds than the old SDR, but people will still buy it based on theoretical burst speed. Even more ridiculously larger caches will be needed just to keep all those cores working at all, instead of spending thousands of cycles waiting for the RAM to finally answer. On the bright side, though, we'll have enough budget of transistors form 2 to 4 gigabytes of cache on the CPU.

    - As that trend continues, eventually the disparity between RAM and CPU will get so high that it will be entirely feasible to skip RAM completely, and run the programs off the hard drive and the CPU's L3 cache. (The disparity between CPU speed and RAM latency is _already_ as big as that between the 8088 in the IBM PC/XT and the hard drive it had.)

    - People will still take the extra power as an invitation to write bloated and slow code. So even th

    --
    A polar bear is a cartesian bear after a coordinate transform.