home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / arch / 8490 < prev    next >
Encoding:
Text File  |  1992-07-31  |  1.7 KB  |  40 lines

  1. Newsgroups: comp.arch
  2. Path: sparky!uunet!pgroup!lfm
  3. From: lfm@pgroup.com (Larry Meadows)
  4. Subject: Re: Call for Opinion: Viking or i860
  5. Message-ID: <Bs9E2o.3v8@pgroup.com>
  6. Date: Fri, 31 Jul 1992 15:08:48 GMT
  7. References: <5678@nosc.NOSC.MIL>
  8. Organization: The Portland Group, Portland, OR
  9. Lines: 29
  10.  
  11. In article <5678@nosc.NOSC.MIL> wolfgang@sunspot.nosc.mil (Lewis E. Wolfgang) writes:
  12. >    What do you think?  Upgrade the cpu with Viking?
  13. >Or purchase an equal number of i860 based array processors?
  14.  
  15. The sparc will certainly be substantially more versatile, as there are
  16. no longer any i860-based workstations.  So if you buy an array
  17. processor, you will probably have to go through some substantial effort
  18. porting your code.
  19.  
  20. The performance difference depends on how vectorizable your code is.
  21. If it is written in Fortran and has lots of nice vector loops you could
  22. see pretty high mflops; on the other hand, if it is written in C and
  23. spends tons of time chasing pointers, the i860-XR will not work as
  24. well, since it has such a small cache and there won't be opportunity to
  25. fill the FP pipelines.
  26.  
  27. Remember that the i860 is not superscalar, and that the only way to get
  28. peak floating point performance is using explicit pipelined fp
  29. operations and these really difficult dual operation instructions; the
  30. only way to get integer + fp at the same time is in dual mode, which
  31. results in halving instruction cache bandwidth.
  32.  
  33. If, however, you are willing to spend the time porting and tuning your
  34. code, and if you wait for an i860-XP based processor, possibly with
  35. external cache, then I'd expect that you would see substantially better
  36. performance than the Viking.
  37. -- 
  38. Larry Meadows        The Portland Group
  39. lfm@pgroup.com
  40.