Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
IBM Hardware

IBM's New Processors To Exceed 5Ghz 250

Jordin Normisky writes to mention the news, via ZDNet Asia, that IBM's new Power6 processor will be unveiled next month at a conference in San Francisco. They're also planning to announce a second-generation Cell, both of which are expected to run faster than 5GHz. From the article: "In addition, the [Power6] chip 'consumes under 100 watts in power-sensitive applications,' a power range comparable to mainstream 95-watt AMD Opteron chips and 80-watt Intel Xeon chips. Power6 has 700 million transistors and measures 341 square millimeters, according to the program. The smaller that a chip's surface area is, the more that can be carved out of a single silicon wafer, reducing per-chip manufacturing costs and therefore making a computer more competitive. Power6, like the second-generation Cell, is built with a manufacturing process with 65-nanometer circuitry elements, letting more electronics be squeezed onto a given surface area. "
This discussion has been archived. No new comments can be posted.

IBM's New Processors To Exceed 5Ghz

Comments Filter:
  • by deviantphil ( 543645 ) on Thursday January 04, 2007 @03:44PM (#17463172)

    The smaller that a chip's surface area is, the more that can be carved out of a single silicon wafer, reducing per-chip manufacturing costs and therefore making a computer more competitive. Power6, like the second-generation Cell, is built with a manufacturing process with 65-nanometer circuitry elements, letting more electronics be squeezed onto a given surface area.

    The cost of making chips, by far, is the R&D cost. The "first" chip costs hundreds of millions to make. Once the "first chip" is made the margin cost is VERY low. Beyond recovering R&D costs....the rest is just distribution channel costs....then....PROFIT!
  • by Lord Bitman ( 95493 ) on Thursday January 04, 2007 @03:49PM (#17463264)
    In a race to see who can move all the water from one basin to another...

    "I carry a 1 gallon bucket and run around in circles 5,000,000 times a second. I'm faster!"

    "I carry two 1 gallon buckets and run around in circles 2,500,000 times a second. I'm faster!"

  • by tppublic ( 899574 ) on Thursday January 04, 2007 @04:01PM (#17463482)
    I wonder if IBM's fab plants can cash the check their PR department writes

    These are the engineers, including at least one IBM Fellow (the second author)... this is not the PR department. I expect these folks would not take their reputations in the engineering community lightly.

  • by stephentyrone ( 664894 ) on Thursday January 04, 2007 @04:33PM (#17464114)
    Yes, but the complex x86 instructions (and many simpler ones as well) take more than one cycle to execute. The relevant measure isn't the number of instructions required to accomplish a task, but the number of cycles required. You can easily concoct examples for which x86 requires fewer instructions but more cycles.
  • by leoxx ( 992 ) on Thursday January 04, 2007 @05:01PM (#17464588) Homepage Journal
    You do realize that the CURRENT generation of POWER5+ CPU's are already quad-core [ibm.com], right? Honestly, guys, you all need to read up on what makes POWER [wikipedia.org] different from PowerPC [wikipedia.org]. One is a server or workstation class chip, the other is a desktop class one.
  • by dreddnott ( 555950 ) <dreddnott@yahoo.com> on Thursday January 04, 2007 @05:29PM (#17464982) Homepage
    CPU         GHz   specint2000 specint/Ghz specfp2000 specfp/Ghz
    Opteron     3.0   2119        706.3       2365       788.3
    Intel P4    3.8   1834        483.4       2091       550.2
    Intel Core2 2.66  2848        1070.6      2673       1004.8
    IBM Power5  2.1   1747        831.9       3324       1582.8

    I gave myself a headache trying to read your table, I hope you don't mind. I also apparently missed the 3GHz Opteron launch in '06...but things still don't look good for AMD.
  • by soft_guy ( 534437 ) on Thursday January 04, 2007 @05:41PM (#17465198)

    Big endian is bass ackwards and risc cannot outperform cisc in real applications (only theoretical).
    PowerPC can operate in either big or little endian mode. PPC Macs were big endian because MacOS always operates PowerPC in big endian mode (originally to ease compatibility with 680x0.)
  • by dreddnott ( 555950 ) <dreddnott@yahoo.com> on Thursday January 04, 2007 @06:05PM (#17465554) Homepage
    That's all right, I still find myself stumped by analog processors, like the valve body in a GM 700R automatic transmission. *shudder*

    Anyway, here goes:

    Basically they take a tiny wafer-thin piece of silicon, use chemical to scrape out millions of little transistor shapes onto its surface, and strap a buckin' bronco of a clock crystal on it that shakes it like a salt shaker, or like jello jigglers on free-based cocaine.

    Thusly, the outrageous oscillating action of Mr. crystal causes the tiny transistorized citizens to go into a tizzy, but they're all right because they're not hollow and fragile like vacuum tubes, so they get all busy and start swinging their logic gates open and shut kind of like an electron square dance.

    The speed that the crystal is eventually set at is the maximum speed at which the transistors can go about their daily lives, such as munching on electrons and crapping them out, organising meetings, forming PTA (parent-transistor association) clubs, and dipping into the cache without generally spontaneously combusting or reverting back to silicon amoebas. Each time the crystal wiggles its booty constitutes one clock cycle, and the number of operations per cycle varies based on the processor and the types of instructions the poor transistors must labor over.

    Clock speed has been historically limited by various things, including level 2 cache memory timings (remember this stuff has been running at CPU speed for about 5 years now!), motherboard design, pipeline depth, heat dissipation, ALU and/or FPU limitations, or even the leakage the P4 was subject to at 4GHz+ clockspeeds. Right now I believe it's the fault of lazy hardware engineers at Intel and even AMD. Dual-core and quad-core is an easy out for expensive, fast-sounding hardware just like it is for the video card market right now, and the burden of performance improvement has been shifted to software engineers (reducing bloat, multithreading applications, both of which can only go so far). IBM is hopefully going to prove this with a higher-clocked POWER chip or two that maintains the efficiency they have a reputation for, although we may never see the return of single-core CPUs for performance systems.
  • by TheRaven64 ( 641858 ) on Thursday January 04, 2007 @06:13PM (#17465660) Journal
    With 32MB of cache, hopefully cache misses won't be too infrequent. IBM, as well as being the first to market with dual- and quad-core, were first to market with SMT as well. The nice thing about SMT is that when you get a cache miss, you can just give the other thread a bit more time to run. With enough contexts (and a high enough degree of parallelism) cache misses become much less important. This is something the T1 does particularly well.
  • Re:Size matters (Score:3, Informative)

    by Binder ( 2829 ) on Thursday January 04, 2007 @06:25PM (#17465852)
    Look at it this way. To design a high end chip...
    * software for synthesis, implementation, timing/physical/formal verification, OPC, power/temp analysis and all the other stuff runs in the millions of dollars.
    * 20 engineers working for 3 years + benefits/managers/other overhead ~10 million dollars.
    * mask costs 100's of thousands of dollars.

    so getting to the first chip runs at least 15-20 million dollars and for something like the core2 duo it's closer to 500 -1000 million.

    the next wafer only costs a measly 10k
  • by dmitrygr ( 736758 ) <dmitrygr@gmail.com> on Thursday January 04, 2007 @06:38PM (#17466070) Homepage
    I don't think there's any true RISC chips out there any more....
    You mean like...ARM [arm.com] processors [wikipedia.org]
  • by owlstead ( 636356 ) on Thursday January 04, 2007 @07:09PM (#17466528)
    I haven't checked the information yet, but here's an abstract on the rest, found through google:

    The Power6 processor will run between 4GHz and 5GHz and it has been proven to chew away data at a speed of 6GHz in the lab.

    IBM see things a little differently and they decided to raise the frequency in both cores of the processor.

    For high-end models, four POWER6 MPUs will be packaged in a single multi-chip module, along with four L3 victim caches, each 32MB.

    On the management side, IBM is also improving their virtualization capabilities in the POWER6. In particular products, a single processor may be able to host 2-300 virtual instances, although theoretically up to 1024 VMs are possible. Memory partitioning and migration have been added as well, which reduces system down time for repairs.

    IBM is claiming a factor of two performance increase, which would be consistent with the vastly higher clockspeeds and increases in raw system bandwidth.

    IBM's roadmaps currently include the POWER6+, which is presumably a 45nm derivative product. Judging by past practices, the POWER6+ will debut in the second half of 2008, probably just in time to dash the hopes of rivals.

    The Power and PowerPC lines will grow one step closer together with Power6, which incorporates the AltiVec instruction set that speeds up many multimedia tasks. AltiVec, also known as VMX, increases efficiency by letting a single processing instruction be applied to multiple data elements. That's helpful for video and audio tasks on desktop machines, but servers will benefit as well in, for example, high-performance computing tasks such as genetic data processing, McCredie said

    Where Power5 can transfer data on and off the chip at a rate of 150 gigabytes per second, Power6 can do so at 300GBps, McCredie said.

    Oh, and it is also good for BCD's (binary coded decimals) which obviously points to the expected customers (high end financial firms, presumably).

    Sources:
    http://news.softpedia.com/news/New-Power6-IBM-Proc essor-Trashes-Competition-with-6-GHz-17765.shtml [softpedia.com]
    http://realworldtech.com/page.cfm?ArticleID=RWT101 606194731 [realworldtech.com]
    http://news.zdnet.com/2100-9584_22-6124451.html [zdnet.com]
  • by NitsujTPU ( 19263 ) on Thursday January 04, 2007 @07:27PM (#17466754)
    Not really.

    More cores means more threads, which is all fine and lovely, unless you really need a single thread to do something very quickly. Perhaps the algorithm that you are implementing doesn't parallelize well, for instance.
  • by Anonymous Coward on Thursday January 04, 2007 @09:26PM (#17468164)
    Power family chips are found in everything from small embedded devices (like all three "next-gen" gaming consoles) all the way up to the world's fastest supercomputer.

"Protozoa are small, and bacteria are small, but viruses are smaller than the both put together."

Working...