Slashdot Mirror


Sun Turns to Lasers to Speed Up Computer Chips

alphadogg writes to mention that Sun is attempting to move from the typical design of multiple small chips back to a unified single-wafer design. "The company is announcing today a $44 million contract from the Pentagon to explore replacing the wires between computer chips with laser beams. The technology, part of a field of computer science known as silicon photonics, would eradicate the most daunting bottleneck facing today's supercomputer designers: moving information rapidly to solve problems that require hundreds or thousands of processors."

11 of 130 comments (clear)

  1. Great idea! by peipas · · Score: 5, Funny

    I assume these systems will be water-cooled so the miniaturized sharks have somewhere to swim.

    1. Re:Great idea! by Anonymous Coward · · Score: 4, Funny

      How do you feel about Sea Bass?

  2. Are actuators faster than direct connections? by BadAnalogyGuy · · Score: 5, Interesting

    I wonder if the time saved transmitting information via light is offset by the transition time used to translate that back into electric signals. On a single board, the distance travelled is on the order of decimeters. On a chip, micrometers. Are the time savings *that* significant? Even between peripherals, the time saved seems negligble.

    1. Re:Are actuators faster than direct connections? by bartosek · · Score: 5, Informative

      In fact electrons in your typical electrical wire don't move anywhere near the speed of light.

      http://www.eskimo.com/~billb/miscon/speed.html

    2. Re:Are actuators faster than direct connections? by JustinOpinion · · Score: 5, Insightful

      The article doesn't make it clear whether using optical communications is intended to reduce latency or increase bandwidth.

      With respect to latency: the electrical signals travel at ~30% the speed of light, whereas the optical signals travel at ~70% the speed of light (it depends on refractive index, etc.). Over the distances we're talking about (as you said, mm to dm), that's only fractions of a nanoseconds delay savings. This is on the order of a modern computer's switching time. All this complexity to get rid of a one or two processor cycles of latency?

      I suspect instead they are looking to increase bandwidth. An optical fiber can carry very high data rates. Moreover a single physical fiber can carry multiple simultaneous channels (e.g. different wavelengths of light). So the intention may instead be to create high-bandwidth links between various processors. Using on-chip lasers can make the entire assembly smaller and faster than the equivalent for electrical wires.

      Really what they want, I think, is to implement the same kind of high-speed optical switching we use for transcontinental fiber-optics into a single computer or computer cluster. If you can put all the switching and multiplexing components directly onto the silicon chips, then you can have the best of both worlds: well-established silicon microchips that interface directly into well-understood high-speed optical switching systems.

    3. Re:Are actuators faster than direct connections? by rbanffy · · Score: 4, Interesting

      I don't think it's about the time it takes to transfer a single bit but the amount of bits that can be transmitted at once with light rather than wires. If we can talk line-of-sight transmission between boards, it's easy to line up an array of about a million emitters with an array of a million detectors and send back and forth the same amount of data you would need a couple thousand wires (taking translation times into account) to do.

      Sun is a very entertaining company to watch. Even when their gizmos never end up in products, they are always cool.

  3. -1 : redundant by UdoKeir · · Score: 5, Funny

    To quote Scott McNealy:

    You know, I have one simple request. And that is to have SPARCS with frickin' laser beams attached to their heads!

  4. A really high bridge by Pinky's+Brain · · Score: 5, Informative

    On chip they are pumping the signal over a traces with mm range lengths and um range widths, off chip it's over traces with dm range lengths and mm range widths. Timing and power consumption are hard enough problems on chip, off chip they become much harder ... not to mention that most of the power consumed either goes into EM or gets coupled into other signals.

    Serial connections help with the timing, but do diddly for power and noise. That's where optical comes in.

  5. Whenever anyone says 50% by florescent_beige · · Score: 4, Interesting

    "This is a high-risk program," said Ron Ho, a researcher at Sun Laboratories who is one of the leaders of the effort. "We expect a 50 percent chance of failure, but if we win we can have as much as a thousand times increase in performance."

    Whenever anyone says there is a 50% chance of something happening they really mean "I have no idea. No idea at all. I'm guessing."

    In probability theory, "p" has a specific meaning which is roughly stated as "the ratio of the total number of positive outcomes to the total number of possible outcomes in a population". So for the number of 50% to be right, it must be known that if this research was repeated a million times, 500,000 times there would be success and 500,000 times there would be failure. But this makes no sense because the thing being measured is not a stochastic property. It is simply an unknown thing.

    What is probably vaguely intended when a number like this is given is that if you took all the things in the history of the world that "felt" like this in the beginning, half of them will have worked out and half will have not.

    How on earth could any mortal human know that?

    But it gets even more complicated. One cannot state a probability like this without stating how confident one is in the estimate of the number. So really a person should say the probably of success of this endeavor is between 45% and 55% and this estimate will be correct 19 times out of 20.

    With that as background here is what I humbly suggest 50% really means: it means "I have no idea how to quantify the error of this estimate. It doesn't matter what the estimate is because the error band could possibly stretch between 0% and 100%. So I'll split the difference and call it 50%". But that is wrong, the statement should be "I estimate the probability of success to be between 0% and 100%".

    But nobody does that because it makes them look stupid.

    So whenever anyone says there is a 50% chance, or a 50/50 probability of something happening, they might as well talk in made-up Klingon words, the information content of their statement will be equivalent.

    --
    Equine Mammals Are Considerably Smaller
    1. Re:Whenever anyone says 50% by QuantumFTL · · Score: 4, Interesting

      In probability theory, "p" has a specific meaning which is roughly stated as "the ratio of the total number of positive outcomes to the total number of possible outcomes in a population". So for the number of 50% to be right, it must be known that if this research was repeated a million times, 500,000 times there would be success and 500,000 times there would be failure. But this makes no sense because the thing being measured is not a stochastic property. It is simply an unknown thing.
      This is true, if by "probability theory" you mean "Frequentism". Frequentism is nice, for those cases where you are dealing with nice, neat ensembles. For a lot of real world situations which require probabilistic reasoning, there are no ensembles, only unique events which require prediction. For that, we often use Bayesian Probability.

      Take the assertion "I'd say there's a 10% chance that there was once life on Mars." Well, from a Frequentist point of view, that's complete bullshit. Either we will find evidence of life, or we won't - either the probability is 100% or 0%. There's only one Mars out there.

      In order to deal with this limitation, Bayesian Probability Theory was born. In it probabilities reflect degrees of belief, rather than frequencies of occurance. Despite meaning something quite different, Bayesian probabilities still obey the laws of probability (they sum/integrate to one, etc), thus making them mathematically compatible (and thus leading to confusion by those that don't study probability theory carefully.) Of course there are issues with paradoxes and the fact that prior distributions must be assumed rather than empirically gathered, but that does not prevent it from being very useful for spam filtering, machine vision and adaptive software.

      As someone who professionally uses statistics to model the future performance of a very large number of high-budget projects at a major U.S. defense contractor, I can assure you that his statement was much more in line with the Bayesian interpretation of probability than the Frequentist view you implicitly assume.

      Sorry for the rant, I just get very annoyed when people assume that Frequentism is all there is to statistics - Frequentism is just the beginning.

      But it gets even more complicated. One cannot state a probability like this without stating how confident one is in the estimate of the number.
      Of course! But where did the confidence interval come from, and how much confidence do we have in it? It's important to provide a meta-confidence score, so that we know how much to trust it! That too, however, should be suspect - indeed even moreso because it is a more complex quantity to measure! So a meta-2 confidence score is in order, for any serious statistician... But why stop there?!

      With that as background here is what I humbly suggest 50% really means: it means "I have no idea how to quantify the error of this estimate. It doesn't matter what the estimate is because the error band could possibly stretch between 0% and 100%. So I'll split the difference and call it 50%".
      So, if someone does not give an error bound on an estimate, we should assume that the error is maximal?

      So whenever anyone says there is a 50% chance, or a 50/50 probability of something happening, they might as well talk in made-up Klingon words, the information content of their statement will be equivalent.
      Or, it's entirely possible that that 50% number is somewhat accurate, because they know something about the subject that you do not.
  6. link to the original story (!) by spage · · Score: 4, Informative

    Why, why, why do people submit second-hand links to Slashdot?

    The byline of the Seattle Times story is "John Markoff New York Times". 5 seconds with Google's site:nytimes.com reveals the original story with better explanation and more quotes from Sun personnel.

    --
    =S