home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / arch / 10832 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.5 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!sun-barr!news2me.EBay.Sun.COM!exodus.Eng.Sun.COM!flayout.Eng.Sun.COM!tremblay
  2. From: tremblay@flayout.Eng.Sun.COM (Marc Tremblay)
  3. Newsgroups: comp.arch
  4. Subject: Re: Performance of Alpha on SPECfp92 (alvinn and ear)
  5. Date: 17 Nov 1992 17:48:39 GMT
  6. Organization: Sun Microsystems, Mt. View, Ca.
  7. Lines: 26
  8. Message-ID: <lgic3nINNg04@exodus.Eng.Sun.COM>
  9. References: <lg54apINNf1@exodus.Eng.Sun.COM> <1992Nov17.012550.7243@oakhill.sps.mot.com>
  10. NNTP-Posting-Host: flayout
  11.  
  12. In article <1992Nov17.012550.7243@oakhill.sps.mot.com> dannyj@oakhill.sps.mot.com (Danny K. Jain) writes:
  13. >I think that the reason that Alpha has more Specmarks that HP, even if both
  14. >were at the same clock frequency, is because Alpha is a 2-issue machine while
  15. >the HP is a single issue machine.
  16.  
  17. Not! HP is a 2-issue machine tuned for floating-point computations.
  18. It can do among other combinations:
  19.  
  20.     a) ld/st fp   and   fadd, fsub, fmpyadd, etc.
  21.     b) ALU          and   fadd, fsum, fmpyadd, etc.
  22.  
  23. What it does *not* do is:
  24.  
  25.     a) ALU          and   load/store integer
  26.     b) ALU          and   ALU
  27.  
  28. That's the main reason why integer performance in relation
  29. to the clock frequency is low, i.e. 80 SPECint92 at 99 MHz.
  30. A full dual-issue machine allowing ALU+ALU and ALU+ld/st
  31. with the same characteristics as the HP machine (especially
  32. the cache latency and sizes) would show something around
  33. a one-to-one ratio between SPECint92 and MHz
  34. (e.g. 100 SPECint92 at 100 MHz).
  35.  
  36. - Marc Tremblay.
  37. Sun Microsystems
  38.