home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / arch / 11855 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  2.0 KB

  1. From: wlw@hpfcso.FC.HP.COM (Will Walker)
  2. Date: Mon, 21 Dec 1992 19:54:57 GMT
  3. Subject: Re: Alpha Architecture Quirks
  4. Message-ID: <8840087@hpfcso.FC.HP.COM>
  5. Organization: Hewlett-Packard, Fort Collins, CO, USA
  6. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!gatech!swrinde!sdd.hp.com!hpscit.sc.hp.com!hplextra!hpfcso!wlw
  7. Newsgroups: comp.arch
  8. References: <1992Dec14.072942.21962@doug.cae.wisc.edu>
  9. Lines: 43
  10.  
  11. In comp.arch, jfc@grouse.dsg.dec.com (John F Carr) writes:
  12.  
  13. > In article <1992Dec14.072942.21962@doug.cae.wisc.edu>
  14. >     keiths@cae.wisc.edu (Keith Scidmore) writes:
  15. > >1)  I read that the 21064 divide unit is not pipelined and takes one cycle 
  16. > >    per bit to produce a result.  Isn't this going to kill floating point
  17. > >    performance? [...] I'm
  18. > >    lead to think that DEC isn't interested in the FP performance of this chip,
  19. > >    or do I have my facts wrong?
  20. > A double precision floating point divide is slow, but look at the benchmark
  21. > results: the Alpha AXP 10000 is rated at 200 SPECfp92.  If you buy the
  22. > low-end model you get 112 SPECfp92.  Obviously divide performance isn't
  23. > critical to this large selection of real-world applications.
  24.  
  25. Quite right, SPECfp92 is not very sensitive to divide or square root
  26. latency.  Which applications are?  Possibly 3D graphics.  Perhaps Mr.
  27. Scidmore's applications are sensitive to divide latency since he
  28. brought it up?  I don't know.
  29.  
  30. > In any case, considering the clock speed difference between Alpha AXP and
  31. > competitive systems you are better off counting nanoseconds instead of
  32.   ^^^^^^^^^^^^^^^^^^^
  33.  
  34.   That's right, you should compare latencies in nanoseconds, not cycles.
  35.   I'll add an HP machine to your table.
  36.  
  37. >             DEC Alpha AXP            IBM RS 6000
  38. >              133 Mhz    150 Mhz             41 Mhz    62.5 Mhz
  39. >             cycles    ns    ns        cycles    ns    ns
  40. > FP mult or add     6     45     40         2     48     32
  41. > FP divide        63    473    420        20    480    320
  42.  
  43.                  HP 735
  44.                100 MHz
  45.             cycles    ns
  46.   FP mult or add     2     20
  47.   FP divide        15    150
  48.  
  49.  
  50. - Will Walker
  51.   my own opinions
  52.