Slashdot Mirror


Intel to Release Pentium 1.13Ghz

NoWhere Man writes "According to TechWeb, Intel officials have said that they plan to ship a 1.13-GHz Pentium III in limited production quantities on July 31 >(which also happens to be the anniversary of AMDZone). Interestingly enough, at the same time, the schedule for the Itanium, the companys first 64bit processor, seems to have slipped from the 3rd quarter of next year to the 4th quarter."

15 of 123 comments (clear)

  1. Interesting strategy by Chairboy · · Score: 3

    It seems clear that Intel is adopting the 'limited quantity' strategy as a tactic of exerting influence over the OEMs that recently complained about the Xeon incremental releases.

    Created a limited supply is a good way to create artificial demand and a means of initiating punitive action against the companies that were 'uppity' so recently.

    I suspect that if the whole Xeon controversy hadn't happened, this would just be another quiet incremental upgrade like before, but now.... it's an opportunity to put the OEMs in their place.

    1. Re:Interesting strategy by barleyguy · · Score: 3

      In order to piss vapor, it would have to be heavier than air. And compressed somehow...

      But anyhow, I agree with you. I'm not sure why they're doing a paper launch of the 1.13 Ghz when you can't even buy the 1 Ghz in the open market yet.

      In the weekly pricewatch comparison, the Athlon 1 Ghz has over 25 listings, and the PIII 1 Ghz has zero, zilch, aught, naught, cipher. None.

      The Thunderbird 1.1 Ghz will be out about August 15th, and will be shipping in quantity about that day. The Pentium III 1.13 Ghz will be "out" July 31st, but I doubt you'll see it in the open market (i.e. outside a Dell machine) before October.

      --
      --- "So THAT's what an invisible barrier looks like!" - Time Bandits
  2. Same quantity as P3 1 GHz by jmv · · Score: 3

    Is this going to be the same quantity as the P3 1 GHz. So far, it still isn't possible to get those. This seems more like "marketware" than anything useful.

  3. This is certainly nice ... by LNO · · Score: 4
    ...but I won't be satisfied until they release the 1021Mhz processor, solely so I can shout:

    One point twenty one gigawatts! er, hertz!

    1. Re:This is certainly nice ... by Signail11 · · Score: 3

      The Itanium has been tapped out; they're working primarily on QC/V and most importantly of all, ramping up clock speed and refining the fab masks. It's an astonishing complex design to verify, but regardless of my opinion of Intel's ISA design teams, their chip designers are among the best in the industry and their verification is equally good (even considering the F00F bug and the floating point SRT errata). Intel will not release a chip as important as the first member of the IA-64 ISA without ensuring that it is functions according to specifications for the especially critical reason that application programers will be using the Itanium to design the first generation of IA-64 compiled applications, applications whose reliability foremost and speed next will be critical to the acceptance of the IA-64 ISA as a force in the HPC market. They simply MUST get it right if they hope to follow their roadmap (Intel and HP have at least half a dozen IA-64 design teams working on the next generation chips) with any credibility. Itanium is basically do or die for Intel; McKinley will come at least half a year and by then the damage to IA-64's reputation may be too much to repair. You can always improve performance, but not if there are no applications for the ISA because no programmer or user wants to deal with processor bugs.

  4. WOW!!! by goten · · Score: 5

    I hope they actually sell both of the chips they manage to fab, and not keep one in house for testing.

  5. More vaporware... by StevenMaurer · · Score: 4

    This is just marketing hype from Intel. Their 1GHz Pentium III is being outshipped by the 1GHz Athlon by a factor of 12 to 1. You can't even find a 1GHz Pentium listing on the Pricewatch CPU page, let alone compare prices.

    Given how much Intel has been suffering from their decision to go with Rambus (see this article from Tom's Hardware), you can see why they feel the need to brag about something.

  6. Right quarter, wrong year by gorsh · · Score: 4

    Actually the article says that Intel won't start selling the chip until the fourth quarter of *this* year, with general availability for consumers coming sometime in 2001.

  7. The delay of the Itanium is the bigger story by Signail11 · · Score: 5

    Intel's moving back of the projected in-volume ship dates for the Itanium is far more important than the release, in limited OEM quantities no less, of an incremental increase in speed grade for the current generation x86 chips. Itanium, as the first line of IA-64 systems, represents the unveiling of a multi-billion dollar gamble by Intel (and its strategic, quasi-partner HP) in making inroads into the high end, 64-bit processor market. IA-64 is an elephantine archetecture; it includes everything including the kitchen sink, the waste disposal, the plumbing, and the hot water heater. It's such an unwieldy ISA for an idea that was supposed to simplify the processor by effectively exposing processor functional units to programmer visible namespace. And yet, Itanium has 10 pipeline stages (3 more than the Alpha 21264, I must add), is barely pushing 500 Mhz, and will probably be slower on a clock for clock basis than the current Alphas and PA-RISCs. I don't buy the ISA, the implementation of the ISA embodied in the Itanium, the projected performance of the Itanium (although I do have greater hopes for HP's Ft. Collins team in the McKinley...it would be hard to see how they could screw up as badly), and the market placement of the initial IA-64 processor line. All in all, I'm not exactly surprised at this delay.

    Maybe this means that Intel will have some sense and wait for HP's processor team to finish design so that they can fab the McKinley and avoid embarassment.

  8. What/How do you feed this thing? by DigitalDreg · · Score: 5

    Too many people forget that all CPUs wait at the same speed. A 1Ghz anything is a waste considering the state of I/O and memory technology.

    This CPU is going to spend a lot of time waiting for memory, even with a generous cache. How many programmers design their data structures to be cache friendly?

    With all of the processing of multi-media data types (music, video, and pictures), there isn't a cache big enough to contain the data. Also, the temporal and spatial locality of these data types stink - you process a few pixels, and move on. You don't get to revisit a certain pixel very often. Yet it is wasting space in the cache.

    Intel and other manufactures would do much better to add some architectural improvements designed to help multi-media, which is much of what people do with these chips now. How about a section of "streaming cache" for data that will pass through, but only once? That way you don't have to fill the entire cache with useless bulk data.

    Or how about I/O model improvements - split the bulk data from the signal and control data so that the bulk data doesn't have to go through the memory hierarchy and the processor at all? If I'm playing a video file, why should the cache and processor be deluged with data being routed to the sound card and the video card? Put the signal and control data out of band from the bulk data so that the processor doesn't have to sift through the bulk data.

    1. Re:What/How do you feed this thing? by n0ano · · Score: 3
      How about a section of "streaming cache" for data that will pass through, but only once?

      Please RTFM, in this case the instruction set reference for the PIII. Part of the new Streaming Simd Extensions is a set of instructions that:

      1) Prefetch from memory to anywhere in the cache hierarchy.
      2) Write to memory, bypassing the cache hierarchy.

      Using these instructions I was able to write block bopy routines that achieved transfer rates of up to 600 MBytes/Sec. on a 500Mhz PIII. The same transfer using the GLIBC bcopy routine could get no more that 235 MBytes/Sec.

      --
      Don Dugger
      VA Linux Systems

      --
      Don Dugger
      "Censeo Toto nos in Kansa esse decisse." - D. Gale
  9. Re:limited production quantities by hattig · · Score: 4
    Yes, they come with a certificate hand signed by the designers, and it is presented in a beautiful 22 carat gold edged package, with the item number on the back. This beautiful objet'd'art will set you back a mere months wages, and will look most beautiful when offset with an ATI Radeon or Geforce 2 DDR. Be sure to present it on an Intel approved Display Rack, Order Number: i820-NoDIMM, and to protect it even further from thieves and the like, please cover with a beige box.

    Unlike other 'pretenders', this is the real thing, and to prove it, you can purchase other pieces of art in the Intel Art Range, including the wondrous 256Mb RIMM, and the beautiful Itanium - purchases guaranteed to make your new PentiumIII glow in a different, rosy glow!

  10. Wouldn't a better name for the Itanium be... by dark_panda · · Score: 3

    ... the REPENTium?

    J

  11. Re:Limitied Quantities by barleyguy · · Score: 3

    Actually, Compaq has been in the Athlon camp for their 1 Ghz machines lately. Dell is strictly Intel (and probably always will be, because of Intel advertising co-ops). Compaq, Gateway, and IBM are primarily AMD.

    --
    --- "So THAT's what an invisible barrier looks like!" - Time Bandits
  12. I like what the Register is calling Itanium now: by Wakko+Warner · · Score: 3
    Itanic.

    Has a nice ring to it.

    - A.P.
    --


    "One World, one Web, one Program" - Microsoft promotional ad

    --
    "Remember when the U.S. had a drug problem, and then we declared a War On Drugs, and now you can't buy drugs anymore?"